mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-30 06:25:28 -04:00
8 lines
172 B
Python
8 lines
172 B
Python
from abx_spec_config.base_configset import BaseConfigSet
|
|
|
|
|
|
class HtmltotextConfig(BaseConfigSet):
|
|
SAVE_HTMLTOTEXT: bool = True
|
|
|
|
|
|
HTMLTOTEXT_CONFIG = HtmltotextConfig()
|