jeckman / YouTube-Downloader

PHP script for downloading videos from youtube; also parsing youtube feed into RSS enclosures for podcatchers
GNU General Public License v2.0
895 stars 474 forks source link

Missing formats #324

Closed manaxi closed 6 years ago

manaxi commented 6 years ago

Why I`m missing audio formats like mp3?

BelleNottelling commented 6 years ago

Mp3 needs to be converted from another audio format as YouTube does not provide it to us. Look in the settings to enable it. You also must have ffmpeg on your server

Art4 commented 6 years ago

Thanks @BenNottelling