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

bandcamp: KeyError: u'thumb_url' #2129

Closed
whizse opened this issue Jan 9, 2014 · 1 comment
Closed

bandcamp: KeyError: u'thumb_url' #2129

whizse opened this issue Jan 9, 2014 · 1 comment
Labels
bug

Comments

@whizse
Copy link

@whizse whizse commented Jan 9, 2014

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.

@phihag
Copy link
Contributor

@phihag phihag commented Jan 9, 2014

Thanks for the report, fixed. This will be in the next release.

@phihag phihag closed this in f8b5ab8 Jan 9, 2014
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.