mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-05 07:17:52 +10:00
rename vendor dir to pkgs
This commit is contained in:
15
archivebox/pkgs/abx-plugin-git/abx_plugin_git/extractors.py
Normal file
15
archivebox/pkgs/abx-plugin-git/abx_plugin_git/extractors.py
Normal file
@@ -0,0 +1,15 @@
|
||||
__package__ = 'abx_plugin_git'
|
||||
|
||||
# from pathlib import Path
|
||||
|
||||
# from .binaries import GIT_BINARY
|
||||
|
||||
|
||||
# class GitExtractor(BaseExtractor):
|
||||
# name: ExtractorName = 'git'
|
||||
# binary: str = GIT_BINARY.name
|
||||
|
||||
# def get_output_path(self, snapshot) -> Path | None:
|
||||
# return snapshot.as_link() / 'git'
|
||||
|
||||
# GIT_EXTRACTOR = GitExtractor()
|
||||
Reference in New Issue
Block a user