mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-06-01 23:38:29 -04:00
rename vendor dir to pkgs
This commit is contained in:
parent
7d75867650
commit
dee4eb7992
168 changed files with 47 additions and 54 deletions
|
@ -0,0 +1,18 @@
|
|||
__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()
|
Loading…
Add table
Add a link
Reference in a new issue