Skip to content
This repository has been archived by the owner on Oct 3, 2021. It is now read-only.

0.2b: original urls missing from image dicts #3

Open
sanguinepenguinx opened this issue Oct 5, 2010 · 2 comments
Open

0.2b: original urls missing from image dicts #3

sanguinepenguinx opened this issue Oct 5, 2010 · 2 comments

Comments

@sanguinepenguinx
Copy link

I added this to line 245: self.find_by('id', _id)[0][size] = url

@zombiehunter1
Copy link

Has this been fixed? I've just started play with this library and cannot find a way to get the original artwork urls

can anyone please help me

@zombiehunter1
Copy link

as above

modifying the code like this worked

if len(cur) == 0:
nimg = Image(_id = _id, _type = _type, size = size, url = url)
self.append(nimg)
self.find_by('id', _id)[0][size] = url

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants