youtube-dl-webui
youtube-dl-webui copied to clipboard
Thank you for your great job...
Is this possible to download only audio as mp3 file? What is [format] section? Is this for "youtube-dl" params? If i try put there: --extract-audio -- audio-format mp3 --audio-quality 0 it doesnt work.
Are you planning add support for download "only audio" option?
At this moment its the best looking youtube-dl gui on github. Plz add support for mp3 files.
Thank you for your suggestion. This feature is put on the agenda, however, I have to implement it in my spare time, so a little time is needed.
~~so oddly enough, I seem to have the opposite problem. The system will only download files in the m4a audio format it seems.~~ Is there any kind of wiki or page that lays out what values are accepted by the [format] setting field?
Edit: Found this in #19 that worked: bestvideo[ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]/best
@makcuber The format selection is actually quite powerful. The documentation for the latest version is in the youtube-dl Github repo, but you can also view the man page (man youtube-dl), section "FORMAT SELECTION" if you've installed youtube-dl locally on a Unix-like system.