1
0
Fork 0
mirror of synced 2024-06-26 18:10:24 +12:00

docs: Update docs link

This commit is contained in:
Cristian 2020-08-10 13:17:55 -05:00
parent b33c66a9f7
commit 61e08a7c43

View file

@ -41,7 +41,7 @@ def save_readability(link: Link, out_dir: Optional[str]=None, timeout: int=TIMEO
document = download_url(link.url)
temp_doc = NamedTemporaryFile()
temp_doc.write(document.encode("utf-8"))
# SingleFile CLI Docs: https://github.com/gildas-lormeau/SingleFile/tree/master/cli
# Readability Docs: https://github.com/mozilla/readability
cmd = [
READABILITY_BINARY,
temp_doc.name