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.
this video contains content from who has blocked it from display on this website - WATCH on YOUTUBE #4195
Comments
|
As mentioned in the output,
Since YouTube changed their player quite recently, I suspect your version of youtube-dl is simply out of date. I'm therefore closing this issue. If you are running the latest version of youtube-dl, please post the complete output you get when you add By the way, it is a bad idea to run applications as root. While we take great care to make sure youtube-dl does not suffer from any security vulnerabilities, youtube-dl should generally be run as non-root, unless you are updating. |
|
I can comment on this with the verbose output using the most recent version available:
|
this video https://www.youtube.com/watch?v=_5K4yxcuRO4 cant be downloaded with youtube-dl
also when you embed this video to any site you see this message
this video contains content from who has blocked it from display on this website - WATCH on YOUTUBE
[root@server ~]# youtube-dl https://www.youtube.com/watch?v=_5K4yxcuRO4
[youtube] Setting language
[youtube] Confirming age
[youtube] _5K4yxcuRO4: Downloading webpage
[youtube] _5K4yxcuRO4: Downloading video info webpage
[youtube] _5K4yxcuRO4: Extracting video information
[youtube] _5K4yxcuRO4: Encrypted signatures detected.
[youtube] _5K4yxcuRO4: Downloading js player vflBuyJ2c
ERROR: Signature extraction failed: Traceback (most recent call last):
File "/usr/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 533, in _decr ypt_signature
video_id, player_url, s
File "/usr/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 447, in _extr act_signature_function
res = self._parse_sig_js(code)
File "/usr/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 508, in _pars e_sig_js
'Initial JS player signature function name')
File "/usr/bin/youtube-dl/youtube_dl/extractor/common.py", line 424, in _searc h_regex
raise RegexNotFoundError('Unable to extract %s' % _name)
RegexNotFoundError: Unable to extract Initial JS player signature function name; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.
(caused by RegexNotFoundError(u'Unable to extract \x1b[0;34mInitial JS player s ignature function name\x1b[0m; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete o utput. Make sure you are using the latest version; type youtube-dl -U to updat e.',)); please report this issue on https://yt-dl.org/bug . Be sure to call yout ube-dl with the --verbose flag and include its complete output. Make sure you ar e using the latest version; type youtube-dl -U to update.
[root@server ~]#