[flickr] add 'info' option (#4720 #6817)

This commit is contained in:
Mike Fährmann
2025-05-12 16:44:44 +02:00
parent bd7fcdab4c
commit 6b84de6cf7
4 changed files with 52 additions and 8 deletions

View File

@@ -2653,6 +2653,19 @@ Description
See `flickr.photos.getExif <https://www.flickr.com/services/api/flickr.photos.getExif.html>`__ for details.
extractor.flickr.info
---------------------
Type
``bool``
Default
``false``
Description
For each photo, retrieve its "full" metadata as provided by
`flickr.photos.getInfo <https://www.flickr.com/services/api/flickr.photos.getInfo.html>`__
Note: This requires 1 additional API call per photo.
extractor.flickr.metadata
-------------------------
Type

View File

@@ -278,6 +278,7 @@
"contexts": false,
"exif" : false,
"info" : false,
"metadata": false,
"size-max": null,
"videos" : true