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.
youtube-dl #3818
youtube-dl #3818
Comments
|
YouTube changed their player format on July 25th, 2014, so you'll need at least youtube-dl 2014.07.25 to download all YouTube videos. Note that Linux Mint packages do not seem to get updated anymore. Since we are not affiliated with Linux Mint, there is little we can do. Feel free to report bugs to the Linux Mint packaging guys - all they have to do is update the package to a somewhat recent version. Alternatively, uninstall the youtube-dl package and follow our manual installation instructions. In a pinch, this should do if you used apt-get before to install youtube-dl:
|
|
Awesome! Awesome! Awesome!! Many many thanks!! Just for my own knowledge/learning can you please step me through that set
Thanks in advance! john On 23 September 2014 21:56, Philipp Hagemeister notifications@github.com
|
|
|
Many many thanks for that info!! Could you please explain more about "start a new bash process"? Many thanks! john On 23 September 2014 23:13, Naglis Jonaitis notifications@github.com
|
|
You start a new bash process every time you start your shell emulator. Alternatively, you can run |
|
Many thanks indeed! On 24 September 2014 18:11, Philipp Hagemeister notifications@github.com
|
Hello,
I am running Linux Mint Cinnamon on my laptop and I downloaded youtube-dl using sudo apt-get install youtube-dl. All fine but when I try to download a video from youtube, I get this error message...
WARNING: Warning: Falling back to static signature algorithm
WARNING: Automatic signature extraction failed: Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 957, in _decrypt_signature
video_id, player_url, len(s)
File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 331, in _extract_signature_function
player_type = id_m.group('ext')
AttributeError: 'NoneType' object has no attribute 'group'
WARNING: Warning: Falling back to static signature algorithm
ERROR: unable to download video data: HTTP Error 403: Forbidden
What gives?
How can I fix this?
I've tried sudo apt-get upgrade and youtube-dl is still not working...
Cheers!
john