mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-29 05:55:28 -04:00
18 lines
432 B
Python
18 lines
432 B
Python
__package__ = 'abx_plugin_singlefile'
|
|
|
|
# from pathlib import Path
|
|
|
|
# from pydantic_pkgr import BinName
|
|
|
|
# from .binaries import SINGLEFILE_BINARY
|
|
|
|
|
|
# class SinglefileExtractor(BaseExtractor):
|
|
# name: str = 'singlefile'
|
|
# binary: BinName = SINGLEFILE_BINARY.name
|
|
|
|
# def get_output_path(self, snapshot) -> Path:
|
|
# return Path(snapshot.link_dir) / 'singlefile.html'
|
|
|
|
|
|
# SINGLEFILE_EXTRACTOR = SinglefileExtractor()
|