youtube-dl-webui icon indicating copy to clipboard operation
youtube-dl-webui copied to clipboard

Thank you for your great job...

Open skystardev opened this issue 7 years ago • 3 comments

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.

skystardev avatar Apr 16 '18 22:04 skystardev

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.

d0u9 avatar Apr 17 '18 08:04 d0u9

~~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 avatar Feb 01 '19 05:02 makcuber

@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.

n-st avatar Mar 21 '19 20:03 n-st