mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 06:34:25 -04:00
15 lines
341 B
Python
15 lines
341 B
Python
__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()
|