mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-06 07:47:53 +10:00
move final legacy config to plugins and fix archivebox config cmd and add search opt
This commit is contained in:
11
archivebox/plugins_extractor/htmltotext/config.py
Normal file
11
archivebox/plugins_extractor/htmltotext/config.py
Normal file
@@ -0,0 +1,11 @@
|
||||
__package__ = 'plugins_extractor.htmltotext'
|
||||
|
||||
|
||||
from abx.archivebox.base_configset import BaseConfigSet
|
||||
|
||||
|
||||
class HtmltotextConfig(BaseConfigSet):
|
||||
SAVE_HTMLTOTEXT: bool = True
|
||||
|
||||
|
||||
HTMLTOTEXT_CONFIG = HtmltotextConfig()
|
||||
Reference in New Issue
Block a user