mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-06-08 10:22:29 -04:00
wip
This commit is contained in:
parent
4b6f08b0fe
commit
5d9a32c364
178 changed files with 2982 additions and 1322 deletions
13
packages/abx-plugin-favicon-extractor/config.py
Normal file
13
packages/abx-plugin-favicon-extractor/config.py
Normal file
|
@ -0,0 +1,13 @@
|
|||
__package__ = 'plugins_extractor.favicon'
|
||||
|
||||
|
||||
from abx.archivebox.base_configset import BaseConfigSet
|
||||
|
||||
|
||||
class FaviconConfig(BaseConfigSet):
|
||||
SAVE_FAVICON: bool = True
|
||||
|
||||
FAVICON_PROVIDER: str = 'https://www.google.com/s2/favicons?domain={}'
|
||||
|
||||
|
||||
FAVICON_CONFIG = FaviconConfig()
|
Loading…
Add table
Add a link
Reference in a new issue