From 12f56b888cdf2a64597aaeba981bc7a0cbafb5c1 Mon Sep 17 00:00:00 2001 From: sarma-tyrant <192052862+sarma-tyrant@users.noreply.github.com> Date: Fri, 1 Aug 2025 16:36:20 -0400 Subject: [PATCH] Added to docs --- docs/configuration.rst | 13 +++++++++++++ docs/gallery-dl.conf | 1 + 2 files changed, 14 insertions(+) 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":