mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-05 07:17:52 +10:00
10 lines
177 B
Python
10 lines
177 B
Python
import abx
|
|
|
|
# @abx.hookimpl
|
|
# def get_CONFIG():
|
|
# from .config import TITLE_EXTRACTOR_CONFIG
|
|
|
|
# return {
|
|
# 'title_extractor': TITLE_EXTRACTOR_CONFIG
|
|
# }
|