mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-10 14:44:18 +00:00
docs: Update docs link
This commit is contained in:
parent
b33c66a9f7
commit
61e08a7c43
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue