mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-25 20:24:25 -04:00
tag URLs immediately once added instead of waiting until archival completes
This commit is contained in:
parent
8ab17f0561
commit
c1fd2cfa42
3 changed files with 19 additions and 20 deletions
|
@ -67,7 +67,6 @@ def save_readability(link: Link, out_dir: Optional[str]=None, timeout: int=TIMEO
|
|||
temp_doc.name,
|
||||
link.url,
|
||||
]
|
||||
|
||||
result = run(cmd, cwd=out_dir, timeout=timeout)
|
||||
try:
|
||||
result_json = json.loads(result.stdout)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue