Git Product home page Git Product logo

Comments (6)

mhogomchungu avatar mhogomchungu commented on July 17, 2024

Can you post a screenshot that shows the misspelling?

from media-downloader.

kolbdog323 avatar kolbdog323 commented on July 17, 2024

Here you go:

for online

from media-downloader.

mhogomchungu avatar mhogomchungu commented on July 17, 2024

You must have added the option yourself, the last part of the code that initially populate the list is below and the problematic entry is not in the code.

{
"options": "-f bestvideo[height=2160][ext=mp4][vcodec^=avc]+bestaudio[ext=m4a]/bestvideo[height=2160]+bestaudio",
"uiName": "Best Audio With Video Resolution Of 2160p",
"website": "Youtube"
},
{
"options": "-f bestvideo[ext=mp4][vcodec^=avc]+bestaudio[ext=m4a]/bestvideo[ext=mp4]+bestaudio[ext=m4a]/bestvideo+bestaudio/best[ext=mp4]/best",
"uiName": "Best Available Audio Video",
"website": "Youtube"
},
{
"options": "-f bestaudio -x --embed-thumbnail --audio-format mp3",
"uiName": "Best Available Audio Only(MP3)",
"website": "Youtube"
},
{
"options": "-f bestaudio -x --embed-thumbnail",
"uiName": "Best Available Audio Only",
"website": "Youtube"
}
])R";
}

from media-downloader.

kolbdog323 avatar kolbdog323 commented on July 17, 2024

Nope i have never touched the code once. I wouldn't even know where to fix it manually. Edit: Never mind.

from media-downloader.

kolbdog323 avatar kolbdog323 commented on July 17, 2024

I found it and fixed it. Maybe you can add that option in for people who want the best mkv since a lot of times that file size is smaller then the mp4 format. And same quality as the avc version just smaller file size most of the time since it grabs the highest quality webm and m4a.

Here is the code:

"options": "-f bestvideo[ext=webm]+bestaudio[ext=m4a]",
"uiName": "Best Audio and Video for MKV",
"website": "Youtube"

from media-downloader.

mhogomchungu avatar mhogomchungu commented on July 17, 2024

The UI place to add options to the list is at "Configure Tab->Preset Options subtab".

Either you or somebody else added the options and mistyped the entry in the "Ui Name" text field because Media Downloader adds no such entry by itself.

The default list is already too long already and i do not think this addition will add too much value and will just open up a door for others to ask for other default entries that downloads webm by default.

Webm videos are discouraged by default in Media Downloader because they do not work everywhere.

from media-downloader.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.