marcopeocchi / yt-dlp-web-ui

A terrible web ui for yt-dlp. Designed to be self-hosted.
Mozilla Public License 2.0
657 stars 67 forks source link

Can't download extracted audio as mp3 #152

Open kjames79 opened 1 month ago

kjames79 commented 1 month ago

I've tried about all i can think to do. tried different arguments. always results in .opus

marcopeocchi commented 1 month ago

Can you please try this template -o '%(playlist_title)s/%(title)s.%(ext)s' --extract-audio --audio-format mp3?

kjames79 commented 1 month ago

That just made a folder called NA and the files inside when downloaded were

.webm

On Mon, May 20, 2024, 2:45 AM Marco Piovanello @.***> wrote:

Can you please try this template -o '%(playlist_title)s/%(title)s.%(ext)s' --extract-audio --audio-format mp3?

— Reply to this email directly, view it on GitHub https://github.com/marcopeocchi/yt-dlp-web-ui/issues/152#issuecomment-2119781266, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABL5LB4QYQ7HMUA6VBLYMCLZDGLX7AVCNFSM6AAAAABH6Y5F36VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMJZG44DCMRWGY . You are receiving this because you authored the thread.Message ID: @.***>

dj3500 commented 1 month ago

Works for me with template -x -f m4a (makes m4a, not mp3 - this might be easier as m4a is apparently always available as a stream from youtube?).