[artstation] add 'pro-first' option (#3273)

This commit is contained in:
Mike Fährmann
2022-11-23 21:45:20 +01:00
parent 5a17e15b76
commit b1ad6f2289
3 changed files with 15 additions and 2 deletions

View File

@@ -885,6 +885,17 @@ Description
Try to follow external URLs of embedded players.
extractor.artstation.search.pro-first
-------------------------------------
Type
``bool``
Default
``true``
Description
Enable the "Show Studio and Pro member artwork first" checkbox
when retrieving search results.
extractor.aryion.recursive
--------------------------
Type

View File

@@ -37,7 +37,8 @@
"artstation":
{
"external": false
"external": false,
"pro-first": true
},
"aryion":
{