diff --git a/docs/configuration.rst b/docs/configuration.rst index 0cff476e..bace3837 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -2969,6 +2969,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 diff --git a/docs/gallery-dl.conf b/docs/gallery-dl.conf index 1c4a463f..8deca8c9 100644 --- a/docs/gallery-dl.conf +++ b/docs/gallery-dl.conf @@ -364,6 +364,7 @@ }, "hentaifoundry": { + "descriptions": "text", "include": ["pictures"] }, "hitomi":