1
0
Fork 0
mirror of synced 2024-06-15 17:04:36 +12:00

Update readability.py

This commit is contained in:
Nick Sweeting 2021-05-13 00:13:32 -04:00 committed by GitHub
parent 8504d47984
commit eb4d3bca9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)