alexis-mignon / python-flickr-api

A python implementation of the Flickr API
BSD 3-Clause "New" or "Revised" License
367 stars 108 forks source link

p.title maps to album title instead of picture title. #92

Open rambattu opened 6 years ago

rambattu commented 6 years ago

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

alexis-mignon commented 6 years ago

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...