[artstation] add user-, image- and likes-extractors

This commit is contained in:
Mike Fährmann
2018-03-14 14:03:53 +01:00
parent b69cc94f0e
commit 723cc66bb1
4 changed files with 194 additions and 0 deletions

View File

@@ -420,6 +420,15 @@ Description An alternative `format string`_ to build archive IDs with.
Extractor-specific Options
==========================
extractor.artstation.external
-----------------------------
=========== =====
Type ``bool``
Default ``false``
Description Try to follow external URLs of embedded players.
=========== =====
extractor.deviantart.flat
-------------------------
=========== =====

View File

@@ -24,6 +24,10 @@
"sleep": 0,
"user-agent": "Mozilla/5.0 (X11; Linux x86_64; rv:54.0) Gecko/20100101 Firefox/54.0",
"artstation":
{
"external": false
},
"deviantart":
{
"refresh-token": null,