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: 'feed_html' #2671
ERROR: 'feed_html' #2671
Comments
|
They did some changes in their feeds, it's fixed now. Thanks for the report! |
|
When will version 2014.04.02 (or the version with that fix) be available? |
|
Version 2014.04.02 contains this fix and has just been released. Type |
|
Perfect. Thank you! |
I got the following error with the newest version (2014.04.01.3)
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [':ytwatchlater', '--verbose', '-cit', '--netrc', '-f', '18']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2014.04.01.3
[debug] Python version 2.6.6 - Linux-2.6.32-279.19.1.el6.x86_64-x86_64-with-centos-6.5-Final
[debug] Proxy map: {}
[youtube:watch_later] Downloading login page
[youtube:watch_later] Logging in
[youtube:watch_later] watch_later feed: Downloading page 1
ERROR: 'feed_html'
Traceback (most recent call last):
File "/home/larsis/apps/youtube-dl/youtube_dl/YoutubeDL.py", line 511, in extract_info
ie_result = ie.extract(url)
File "/home/larsis/apps/youtube-dl/youtube_dl/extractor/common.py", line 161, in extract
return self._real_extract(url)
File "/home/larsis/apps/youtube-dl/youtube_dl/extractor/youtube.py", line 1745, in _real_extract
feed_html = info['feed_html']
KeyError: 'feed_html'
What is the problem?