mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-16 16:14:28 -04:00
17 lines
391 B
Python
17 lines
391 B
Python
__package__ = 'abx_plugin_mercury'
|
|
|
|
# from pathlib import Path
|
|
|
|
# from .binaries import MERCURY_BINARY
|
|
|
|
|
|
|
|
# class MercuryExtractor(BaseExtractor):
|
|
# name: ExtractorName = 'mercury'
|
|
# binary: str = MERCURY_BINARY.name
|
|
|
|
# def get_output_path(self, snapshot) -> Path | None:
|
|
# return snapshot.link_dir / 'mercury' / 'content.html'
|
|
|
|
|
|
# MERCURY_EXTRACTOR = MercuryExtractor()
|