[flickr] add 'profile' option

This commit is contained in:
Mike Fährmann
2025-05-13 11:47:34 +02:00
parent 204f1c5f92
commit 0285473b04
4 changed files with 109 additions and 2 deletions

View File

@@ -2687,6 +2687,19 @@ Description
for possible field names.
extractor.flickr.profile
------------------------
Type
``bool``
Default
``false``
Description
Extract additional ``user`` profile metadata.
Note: This requires 1 additional API call per user profile.
See `flickr.people.getInfo <https://www.flickr.com/services/api/flickr.people.getInfo.html>`__ for details.
extractor.flickr.videos
-----------------------
Type

View File

@@ -280,6 +280,7 @@
"exif" : false,
"info" : false,
"metadata": false,
"profile" : false,
"size-max": null,
"videos" : true
},