[flickr] add 'exif' option

This commit is contained in:
Mike Fährmann
2023-07-01 19:19:39 +02:00
parent 3845c0256d
commit c45a913bfd
3 changed files with 27 additions and 2 deletions

View File

@@ -1541,6 +1541,18 @@ Description
from `linking your Flickr account to gallery-dl <OAuth_>`__.
extractor.flickr.exif
---------------------
Type
``bool``
Default
``false``
Description
Fetch `exif` and `camera` metadata for each photo.
Note: This requires 1 additional API call per photo.
extractor.flickr.metadata
-------------------------
Type

View File

@@ -108,8 +108,10 @@
},
"flickr":
{
"videos": true,
"size-max": null
"exif": false,
"metadata": false,
"size-max": null,
"videos": true
},
"furaffinity":
{