[flickr] add 'exif' option
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -108,8 +108,10 @@
|
||||
},
|
||||
"flickr":
|
||||
{
|
||||
"videos": true,
|
||||
"size-max": null
|
||||
"exif": false,
|
||||
"metadata": false,
|
||||
"size-max": null,
|
||||
"videos": true
|
||||
},
|
||||
"furaffinity":
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user