tblancher / pymazon

Automatically exported from code.google.com/p/pymazon
Other
0 stars 0 forks source link

patch for download + album art #63

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
It appears some albums have an empty album art URL.  This results in a crash 
when loading the artwork.

An error also occurs when downloading where the filesize is not available.  I 
fixed this by just using a fixed chunksize when downloading.

I've attached a patch for both of these that works for me.

Thanks -- this is a super useful tool!

Original issue reported on code.google.com by russell....@gmail.com on 8 May 2013 at 1:12

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks for your contribution. This and a few other bugs have been patched in 
cloned repositories. It seems that SCColbert has been quite busy and hasn't 
been updating the main repository.

If you're familiar with Mercurial you can check out the source here:
http://code.google.com/r/jsphslgr-pymazon/source/checkout

If you're unfamiliar with Mercurial, I've zipped up my source directory and you 
can download it here:
https://www.dropbox.com/s/bn73m2euhkmpugk/jsphslgr-pymazon.zip

Original comment by jsphs...@gmail.com on 20 May 2013 at 4:41