python-flickr-api
python-flickr-api copied to clipboard
p.title maps to album title instead of picture title.
I think that should be p.id instead of p.title because in my case p.title maps to album name instead of the photo title, so each photo is being saved with the same name as the album within a directory and its getting replaced.
https://github.com/alexis-mignon/python-flickr-api/blob/6bca140fe8c433d2481ac5efb98454e91d80222d/samples/download_album.py#L24
Has anybody else seen this happen ?
@rambattu Can you check whether this happens because your pictures don't have a title set ? May be in this case Flickr assigns the same title as the album...