mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-19 04:41:48 +02:00
Update readability.py
This commit is contained in:
@@ -87,6 +87,7 @@ def save_readability(link: Link, out_dir: Optional[str]=None, timeout: int=TIMEO
|
||||
cmd = [
|
||||
DEPENDENCIES['READABILITY_BINARY']['path'],
|
||||
temp_doc.name,
|
||||
link.url,
|
||||
]
|
||||
|
||||
result = run(cmd, cwd=out_dir, timeout=timeout)
|
||||
|
Reference in New Issue
Block a user