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.
Encrypted signatures detected #1439
Comments
|
This problem should be fixed in the current version (2013.09.16) of youtube-dl. You should be able to update using By the way, thank you very much for the great error report. You can save a lot of work by just including I'm closing this issue now since I'm fairly certain that 2013.09.16. If the problem persists, please comment and we'll reopen this. Again, thanks for the great report! We're thinking of an automatic update mechanism. |
|
Issue is resolved. I must say I am amazed by your quick and to-the-point reply. Keep up the good work and many thanks! Cheers. |
|
Sorry, I saw the stackoverflow question just now. This issue tracker is indeed the better place to report problems with youtube-dl. Researching video patterns sounds like a really cool application. Would you mind dropping me an email when you publish your paper? |
|
Hmm.. sometimes this runs smoothly and sometimes this happens: oris@oris:~/Desktop/YouTube/backend$ ./youtube-dl https://www.youtube.com/watch?v=8SbUC-UaAxE -v
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['https://www.youtube.com/watch?v=8SbUC-UaAxE', '-v']
[debug] youtube-dl version 2013.09.16
[debug] Python version 2.7.3 - Linux-3.5.0-34-generic-x86_64-with-Ubuntu-12.10-quantal
[debug] Proxy map: {}
[youtube] Setting language
[youtube] 8SbUC-UaAxE: Downloading video webpage
[youtube] 8SbUC-UaAxE: Downloading video info webpage
[youtube] 8SbUC-UaAxE: Extracting video information
[youtube] 8SbUC-UaAxE: Encrypted signatures detected.
[youtube] encrypted signature length 85 (43.41), itag 44, html5 player vfldJ8xgI
[youtube] encrypted signature length 85 (43.41), itag 35, html5 player vfldJ8xgI
[youtube] encrypted signature length 85 (43.41), itag 43, html5 player vfldJ8xgI
[youtube] encrypted signature length 85 (43.41), itag 34, html5 player vfldJ8xgI
[youtube] encrypted signature length 85 (43.41), itag 18, html5 player vfldJ8xgI
[youtube] encrypted signature length 85 (43.41), itag 5, html5 player vfldJ8xgI
[youtube] encrypted signature length 85 (43.41), itag 36, html5 player vfldJ8xgI
[youtube] encrypted signature length 85 (43.41), itag 17, html5 player vfldJ8xgI
[youtube] encrypted signature length 85 (43.41), itag 135, html5 player vfldJ8xgI
[youtube] encrypted signature length 85 (43.41), itag 244, html5 player vfldJ8xgI
[youtube] encrypted signature length 85 (43.41), itag 245, html5 player vfldJ8xgI
[youtube] encrypted signature length 85 (43.41), itag 246, html5 player vfldJ8xgI
[youtube] encrypted signature length 85 (43.41), itag 134, html5 player vfldJ8xgI
[youtube] encrypted signature length 85 (43.41), itag 243, html5 player vfldJ8xgI
[youtube] encrypted signature length 85 (43.41), itag 133, html5 player vfldJ8xgI
[youtube] encrypted signature length 85 (43.41), itag 242, html5 player vfldJ8xgI
[youtube] encrypted signature length 85 (43.41), itag 160, html5 player vfldJ8xgI
[youtube] encrypted signature length 85 (43.41), itag 139, html5 player vfldJ8xgI
[youtube] encrypted signature length 85 (43.41), itag 140, html5 player vfldJ8xgI
[youtube] encrypted signature length 85 (43.41), itag 141, html5 player vfldJ8xgI
[youtube] encrypted signature length 85 (43.41), itag 171, html5 player vfldJ8xgI
[youtube] encrypted signature length 85 (43.41), itag 172, html5 player vfldJ8xgI
ERROR: unable to download video
Traceback (most recent call last):
File "./youtube-dl/youtube_dl/YoutubeDL.py", line 575, in download
videos = self.extract_info(url)
File "./youtube-dl/youtube_dl/YoutubeDL.py", line 340, in extract_info
return self.process_ie_result(ie_result, download=download)
File "./youtube-dl/youtube_dl/YoutubeDL.py", line 423, in process_ie_result
for r in ie_result['entries']
File "./youtube-dl/youtube_dl/YoutubeDL.py", line 370, in process_ie_result
self.process_info(ie_result)
File "./youtube-dl/youtube_dl/YoutubeDL.py", line 552, in process_info
raise UnavailableVideoError(err)
UnavailableVideoError: HTTP Error 403: Forbidden
|
|
Run |
my command line:
youtube-dl --version:
me@server:~/Desktop/YouTube/backend$ ./youtube-dl --version 2013.11.09python --version:
me@server:~/Desktop/YouTube/backend$ python --version Python 2.7.3OS:
Will gladly include any additional required info. Appreciate your attention.