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.
unable to extract html5 player on youtube-dl **2017.10.29** #14619
Comments
|
You using an old version of youtube-dl |
|
Yep. Most likely it's an outdated package from Ubuntu. Hopefully more people can go to https://bugs.launchpad.net/ubuntu/+source/youtube-dl/+bug/1529647 and let the Ubuntu team know they shouldn't ship outdated youtube-dl packages. |
|
Er.... in that case ( and I do see the line in the --verbose report now ) I'd like to add to the bug report the fact that update does not work! When I had first had the error the first thing I did was to check versions and upgrade. See output below. Knowing python, there's probably six different site-packages and the update is installed in the wrong one. I'll get back to you. itp@CSL-XPS-L702X ~/Videos/Horse_distraction $ sudo pip install -U youtube-dl |
|
And yes, wrong version being picked up. /usr/bin/youtube-dl was first in the path but version 2017-10-29 does indeed work. Thank you very much for your sterling work on this project and the rapid response to my issue. |
What is the purpose of your issue?
If the purpose of this issue is a bug report, site support request or you are not completely sure provide the full verbose output as follows:
Add the
-vflag to your command line you run youtube-dl with (youtube-dl -v <your command line>), copy the whole output and insert it here. It should look similar to one below (replace it with your log inserted between triple ```):