merge #7952: [hentaifoundry] add 'descriptions' option

This commit is contained in:
Mike Fährmann
2025-08-02 17:30:38 +02:00
4 changed files with 47 additions and 3 deletions

View File

@@ -3000,6 +3000,19 @@ Description
Recursively download files from subfolders.
extractor.hentaifoundry.descriptions
------------------------------------
Type
``string``
Default
``"text"``
Description
Controls the format of ``description`` metadata fields.
* ``"text"``: Plain text with HTML tags removed
* ``"html"``: Raw HTML content
extractor.hentaifoundry.include
-------------------------------
Type

View File

@@ -370,6 +370,7 @@
},
"hentaifoundry":
{
"descriptions": "text",
"include": ["pictures"]
},
"hitomi":