mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-01-03 01:15:57 +10:00
remove huey
This commit is contained in:
@@ -100,7 +100,8 @@ def fetch_content(url: str) -> str:
|
||||
|
||||
@click.command()
|
||||
@click.option('--url', required=True, help='URL to parse (file:// or https://)')
|
||||
def main(url: str):
|
||||
@click.option('--snapshot-id', required=False, help='Snapshot UUID (unused but required by hook runner)')
|
||||
def main(url: str, snapshot_id: str = None):
|
||||
"""Parse plain text and extract URLs."""
|
||||
|
||||
try:
|
||||
|
||||
1
archivebox/plugins/parse_txt_urls/templates/icon.html
Normal file
1
archivebox/plugins/parse_txt_urls/templates/icon.html
Normal file
@@ -0,0 +1 @@
|
||||
📃
|
||||
Reference in New Issue
Block a user