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.
bandcamp: KeyError: u'thumb_url' #2129
Comments
|
Thanks for the report, fixed. This will be in the next release. |
Hi,
I'm trying to download http://wilwheaton.bandcamp.com/track/just-a-geek-introduction using version 2014.01.08 and getting this error:
[Bandcamp] just-a-geek-introduction: Downloading webpage
[Bandcamp] 1236618353: Downloading free downloads page
[Bandcamp] : Requesting download url
Traceback (most recent call last):
File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "./youtube-dl/main.py", line 18, in
File "./youtube-dl/youtube_dl/init.py", line 761, in main
File "./youtube-dl/youtube_dl/init.py", line 751, in _real_main
File "./youtube-dl/youtube_dl/YoutubeDL.py", line 952, in download
File "./youtube-dl/youtube_dl/YoutubeDL.py", line 493, in extract_info
File "./youtube-dl/youtube_dl/extractor/common.py", line 155, in extract
File "./youtube-dl/youtube_dl/extractor/bandcamp.py", line 96, in _real_extract
KeyError: u'thumb_url'
Just commenting out 'thumbnail': info['thumb_url'], on line 96 in bandcamp.py is enough to work around the bug.