mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-15 07:34:27 -04:00
Update readability.py
This commit is contained in:
parent
8504d47984
commit
eb4d3bca9d
1 changed files with 1 additions and 0 deletions
|
@ -87,6 +87,7 @@ def save_readability(link: Link, out_dir: Optional[str]=None, timeout: int=TIMEO
|
||||||
cmd = [
|
cmd = [
|
||||||
DEPENDENCIES['READABILITY_BINARY']['path'],
|
DEPENDENCIES['READABILITY_BINARY']['path'],
|
||||||
temp_doc.name,
|
temp_doc.name,
|
||||||
|
link.url,
|
||||||
]
|
]
|
||||||
|
|
||||||
result = run(cmd, cwd=out_dir, timeout=timeout)
|
result = run(cmd, cwd=out_dir, timeout=timeout)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue