[deviantart] rename 'external' to 'stash' (#302)

restrict extracted URLs to ones from https://sta.sh/...
This commit is contained in:
Mike Fährmann
2019-06-08 23:53:16 +02:00
parent c73c2cda50
commit c23bf263fe
3 changed files with 24 additions and 23 deletions

View File

@@ -395,18 +395,6 @@ Description Try to follow external URLs of embedded players.
=========== =====
extractor.deviantart.external
-----------------------------
=========== =====
Type ``bool``
Default ``false``
Description Try to follow external URLs in description fields.
Note: deviantart.metadata_ needs to be enabled to make descriptions
available.
=========== =====
extractor.deviantart.flat
-------------------------
=========== =====
@@ -499,6 +487,17 @@ Description The ``refresh_token`` value you get from linking your
=========== =====
extractor.deviantart.stash
--------------------------
=========== =====
Type ``bool``
Default ``false``
Description Extract Sta.sh resources from description texts.
Note: Enabling this option also enables deviantart.metadata_.
=========== =====
extractor.deviantart.wait-min
-----------------------------
=========== =====

View File

@@ -22,13 +22,13 @@
"deviantart":
{
"refresh-token": null,
"external": false,
"flat": true,
"folders": false,
"journals": "html",
"mature": true,
"metadata": false,
"original": true,
"stash": false,
"wait-min": 0
},
"exhentai":