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.
ERROR: 'paging' for Youtube #2925
Comments
|
Thanks for the report, it will be fixed in the next release. |
|
Sorry, but not fixed in 2014.05.16.1. Different lines this time. [debug] System config: [] |
|
I pushed the fix after the release, you'll have to wait for the next one. |
|
Fixed in youtube-dl 2014.05.17. Type |
|
2014.05.17 not released yet? youtube-dl -U brings up 2014.05.16.1 |
|
2014.05.17 was a source-code only release by accident. Try again now, |
Im downloading all files on my watch later list. Since yesterday or so I got the following error:
$youtube-dl :ytwatchlater --verbose -cit --netrc -f 18
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [':ytwatchlater', '--verbose', '-cit', '--netrc', '-f
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2014.05.13
[debug] Python version 2.6.6 - Linux-2.6.32-431.11.2.el6.x86_64-x86_64-with-cent
[debug] Proxy map: {}
[youtube:watch_later] Downloading login page
[youtube:watch_later] Logging in
[youtube:watch_later] watch_later feed: Downloading page 1
ERROR: 'paging'
Traceback (most recent call last):
File "/home/larsis/apps/youtube-dl/youtube_dl/YoutubeDL.py", line 516, in extr
ie_result = ie.extract(url)
File "/home/larsis/apps/youtube-dl/youtube_dl/extractor/common.py", line 161,
return self._real_extract(url)
File "/home/larsis/apps/youtube-dl/youtube_dl/extractor/youtube.py", line 1763
if info['paging'] is None:
KeyError: 'paging'