[furaffinity] add 'layout' option (#2277)

to be able to force gallery-dl to parse according to a specific layout
in case its auto-detect fails
This commit is contained in:
Mike Fährmann
2022-02-11 00:00:01 +01:00
parent 4e4cb40663
commit f1c853c6ef
3 changed files with 22 additions and 2 deletions

View File

@@ -1257,6 +1257,20 @@ Description
You can use ``"all"`` instead of listing all values separately.
extractor.furaffinity.layout
----------------------------
Type
``string``
Default
``"auto"``
Description
Selects which site layout to expect when parsing posts.
* ``"auto"``: Automatically differentiate between ``"old"`` and ``"new"``
* ``"old"``: Expect the *old* site layout
* ``"new"``: Expect the *new* site layout
extractor.generic.enabled
-------------------------
Type

View File

@@ -102,7 +102,8 @@
{
"descriptions": "text",
"external": false,
"include": "gallery"
"include": "gallery",
"layout": "auto"
},
"gfycat":
{