mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-05 15:27:53 +10:00
remove huey
This commit is contained in:
@@ -127,7 +127,8 @@ def fetch_content(url: str) -> str:
|
||||
|
||||
@click.command()
|
||||
@click.option('--url', required=True, help='JSONL file URL to parse')
|
||||
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 JSONL bookmark file and extract URLs."""
|
||||
|
||||
try:
|
||||
|
||||
1
archivebox/plugins/parse_jsonl_urls/templates/icon.html
Normal file
1
archivebox/plugins/parse_jsonl_urls/templates/icon.html
Normal file
@@ -0,0 +1 @@
|
||||
📋
|
||||
Reference in New Issue
Block a user