mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-05 07:17:52 +10:00
add extractors files to favicon and title plugins
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
__package__ = 'abx_plugin_title'
|
||||
|
||||
from abx_spec_extractor import BaseExtractor, ExtractorName
|
||||
|
||||
|
||||
|
||||
class TitleExtractor(BaseExtractor):
|
||||
name: ExtractorName = 'title'
|
||||
|
||||
TITLE_EXTRACTOR = TitleExtractor()
|
||||
Reference in New Issue
Block a user