Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
--prefer-free-formats doesn't seem to be working on youtube anymore #1631
Comments
|
Please post the output of youtube-dl with the |
|
With -v: $ /var/www/projectchaplin/application/../external/youtube-dl -v --prefer-free-formats -o '%(id)s.%(ext)s' -- 'QcCLaxFTZ-U' It's saved mp4. WebM isn't actually available for a lot of the newer videos, apparently: And youtube-dl returns 1. |
|
I guess the only option would be to pipe it through ffmpeg afterwards. Shame about that. |
When recently I've used --prefer-free-formats for any Youtube video it returns me an mp4 instead of a webm which it used to.
Has something changed recently?
Cheers
Dan