mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-20 09:55:10 -04: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)
|
document = download_url(link.url)
|
||||||
temp_doc = NamedTemporaryFile()
|
temp_doc = NamedTemporaryFile()
|
||||||
temp_doc.write(document.encode("utf-8"))
|
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 = [
|
cmd = [
|
||||||
READABILITY_BINARY,
|
READABILITY_BINARY,
|
||||||
temp_doc.name
|
temp_doc.name
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue