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

Issue downloading subscriptions from youtube. #2937

Closed
sndtnd opened this issue May 17, 2014 · 3 comments
Closed

Issue downloading subscriptions from youtube. #2937

sndtnd opened this issue May 17, 2014 · 3 comments

Comments

@sndtnd
Copy link

@sndtnd sndtnd commented May 17, 2014

[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-u', '', '-p', '', 'http://www.youtube.com/feed/subscriptions', '--verbose']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2014.05.16.1
[debug] Python version 2.7.6 - Linux-3.13.0-24-generic-x86_64-with-Ubuntu-14.04-trusty
[debug] Proxy map: {}
[youtube:subscriptions] Downloading login page
[youtube:subscriptions] Logging in
[youtube:subscriptions] subscriptions feed: Downloading page 1
Traceback (most recent call last):
File "/usr/local/bin/youtube-dl", line 11, in
sys.exit(main())
File "/usr/local/lib/python2.7/dist-packages/youtube_dl/init.py", line 849, in main
_real_main(argv)
File "/usr/local/lib/python2.7/dist-packages/youtube_dl/init.py", line 839, in _real_main
retcode = ydl.download(all_urls)
File "/usr/local/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 1039, in download
self.extract_info(url)
File "/usr/local/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 516, in extract_info
ie_result = ie.extract(url)
File "/usr/local/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 163, in extract
return self._real_extract(url)
File "/usr/local/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 1778, in _real_extract
if info['paging'] is None:
KeyError: 'paging'

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented May 17, 2014

Could you try with the last version (2014.05.17)?, run sudo youtube-dl -U or sudo pip install -U youtube_dl. It's the same problem as #2925, which was fixed in that release.

@sndtnd
Copy link
Author

@sndtnd sndtnd commented May 17, 2014

Both of those reverted to 2014.5.16.1 but setup.py build && setup.py install worked.

@sndtnd sndtnd closed this May 17, 2014
@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented May 17, 2014

You're right, the downloads are not available for that version. @phihag, did something go wrong during the release process?

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.