You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: