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.
got some error while tryin' #4058
Comments
|
You are using an old version of youtube-dl. Unfortunately, video services change regularly, and therefore an up-to-date version is often required. See our FAQ on how to update. Can you reproduce the problem with a somewhat recent version? |
|
hi phihag, [youtube] Confirming age thnak you |
hi,
i m tryin to use this youtube-dl. so as describe i report to the site.
as i m new to this, will throw some study on this... hope this is not a bas use!
[i]youtube-dl https://www.youtube.com/watch?v=SSbBvKaM6sk&feature=youtu.be[/i]
[code][debug] User config: []
[debug] Command-line args: ['--verbose', 'https://www.youtube.com/watch?v=SSbBvKaM6sk']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2014.07.15
[debug] Python version 2.7.5+ - Linux-3.11.0-12-generic-x86_64-with-LinuxMint-16-petra
[debug] Proxy map: {}
[youtube] Setting language
[youtube] SSbBvKaM6sk: Downloading webpage
[youtube] SSbBvKaM6sk: Downloading video info webpage
[youtube] SSbBvKaM6sk: Extracting video information
[youtube] SSbBvKaM6sk: Encrypted signatures detected.
[youtube] encrypted signature length 86 (42.43), itag 43, html5 player en_US-vflPOfApl/html5player
ERROR: Automatic signature extraction failed: Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 877, in _decrypt_signature
video_id, player_url, len(s)
File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 352, in _extract_signature_function
player_type = id_m.group('ext')
AttributeError: 'NoneType' object has no attribute 'group'
; 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.
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 877, in _decrypt_signature
video_id, player_url, len(s)
File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 352, in _extract_signature_function
player_type = id_m.group('ext')
AttributeError: 'NoneType' object has no attribute 'group'
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 516, in extract_info
ie_result = ie.extract(url)
File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 168, in extract
return self._real_extract(url)
File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 1249, in _real_extract
encrypted_sig, video_id, player_url, age_gate)
File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 887, in _decrypt_signature
u'Automatic signature extraction failed: ' + tb, cause=e)
ExtractorError: Automatic signature extraction failed: Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 877, in _decrypt_signature
video_id, player_url, len(s)
File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 352, in _extract_signature_function
player_type = id_m.group('ext')
AttributeError: 'NoneType' object has no attribute 'group'
; 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.
[/code]