ArchiveBox/archivebox/pkgs/abx-plugin-htmltotext/abx_plugin_htmltotext/config.py

9 lines
172 B
Python

from abx_spec_config.base_configset import BaseConfigSet
class HtmltotextConfig(BaseConfigSet):
SAVE_HTMLTOTEXT: bool = True
HTMLTOTEXT_CONFIG = HtmltotextConfig()