Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

got some error while tryin' #4058

Closed
fragargon opened this issue Oct 29, 2014 · 2 comments
Closed

got some error while tryin' #4058

fragargon opened this issue Oct 29, 2014 · 2 comments

Comments

@fragargon
Copy link

@fragargon fragargon commented Oct 29, 2014

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]

@phihag
Copy link
Contributor

@phihag phihag commented Oct 29, 2014

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?

@fragargon
Copy link
Author

@fragargon fragargon commented Oct 29, 2014

hi phihag,
i used aptitude manager... i removed and manually install this
indeed i update the version and this work like a charm.. glad.

[youtube] Confirming age
[youtube] SSbBvKaM6sk: Downloading webpage
[youtube] SSbBvKaM6sk: Downloading video info webpage
[youtube] SSbBvKaM6sk: Extracting video information
[youtube] SSbBvKaM6sk: Encrypted signatures detected.
[youtube] SSbBvKaM6sk: Downloading js player vflPOfApl
[youtube] SSbBvKaM6sk: Downloading js player vflPOfApl
[youtube] SSbBvKaM6sk: Downloading DASH manifest
[download] Destination: Blur - Song 2-SSbBvKaM6sk.mp4
[download] 100% of 8.70MiB in 00:03

thnak you

@fragargon fragargon closed this Oct 29, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.