[hentaifoundry] add support for stories (closes #734)

This commit is contained in:
Mike Fährmann
2020-09-27 02:22:23 +02:00
parent 9a9d1924d8
commit b9bdd2c564
4 changed files with 107 additions and 11 deletions

View File

@@ -962,13 +962,13 @@ Type
Default
``"gallery"``
Example
``"scraps,favorite"`` or ``["scraps", "favorite"]``
``"scraps,stories"`` or ``["scraps", "stories"]``
Description
A (comma-separated) list of subcategories to include
when processing a user profile.
Possible values are
``"gallery"``, ``"scraps"``, ``"favorite"``.
``"gallery"``, ``"scraps"``, ``"stories"``, ``"favorite"``.
You can use ``"all"`` instead of listing all values separately.