mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-29 14:05:21 -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()
|