mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-05 07:17:52 +10:00
9 lines
172 B
Python
9 lines
172 B
Python
from abx_spec_config.base_configset import BaseConfigSet
|
|
|
|
|
|
class HtmltotextConfig(BaseConfigSet):
|
|
SAVE_HTMLTOTEXT: bool = True
|
|
|
|
|
|
HTMLTOTEXT_CONFIG = HtmltotextConfig()
|