[deviantart] implement '"group": "skip"' (#4630)

This commit is contained in:
Mike Fährmann
2023-10-12 22:07:11 +02:00
parent a9c3442d4e
commit 2d41702762
3 changed files with 34 additions and 10 deletions

View File

@@ -1306,13 +1306,21 @@ Description
extractor.deviantart.group
--------------------------
Type
``bool``
* ``bool``
* ``string``
Default
``true``
Description
Check whether the profile name in a given URL
belongs to a group or a regular user.
When disabled, assume every given profile name
belongs to a regular user.
Special values:
* ``"skip"``: Skip groups
extractor.deviantart.include
----------------------------