mikf / gallery-dl

Command-line program to download image galleries and collections from several image hosting sites
GNU General Public License v2.0
10.73k stars 883 forks source link

Flickr: Support for More Rich Metadata #4720

Open systwi-again opened 8 months ago

systwi-again commented 8 months ago

I noticed the JSON metadata files gallery-dl generates for Flickr images are missing a few keys. The ones that are apparent to me include:

If these features could be added to gallery-dl I would greatly appreciate it!

All the best, and thank you regardless for this useful tool.

mikf commented 8 months ago

You can already get a few more metadata entries by using the flickr.metadata option.

Some of what you mentioned would however take at the very least 1 additional API request per photo (comments, user favs), which would slow things down considerably.

systwi-again commented 8 months ago

Thank you for the very swift and helpful reply! I was unaware of the flickr.metadata option and gallery-dl.conf as a whole, so I will research this further on my own. I'm not yet positive if all of the metadata entries I mentioned are included in this option (it does not appear to be so, judging from your diction), but if I am wrong this issue can be closed.

Cheers!