[deviantart] add 'folders' option (#276)

This commit is contained in:
Mike Fährmann
2019-05-29 23:50:05 +02:00
parent c849574def
commit f1893b2b5b
3 changed files with 71 additions and 8 deletions

View File

@@ -411,6 +411,19 @@ Description Select the directory structure created by the Gallery- and
=========== =====
extractor.deviantart.folders
----------------------------
=========== =====
Type ``bool``
Default ``false``
Description Provide a ``folders`` metadata field that contains the names of all
folders a deviation is present in.
Note: Gathering this information requires a lot of API calls.
Use with caution.
=========== =====
extractor.deviantart.journals
-----------------------------
=========== =====

View File

@@ -23,8 +23,10 @@
{
"refresh-token": null,
"flat": true,
"folders": false,
"journals": "html",
"mature": true,
"metadata": false,
"original": true,
"wait-min": 0
},