mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-30 14:35:20 -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,17 @@
|
|||
__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()
|
Loading…
Add table
Add a link
Reference in a new issue