mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-27 08:14:38 +02:00
Update archivebox/extractors/readability.py
This commit is contained in:
@@ -30,7 +30,7 @@ def get_html(link: Link, path: Path) -> str:
|
|||||||
"""
|
"""
|
||||||
canonical = link.canonical_outputs()
|
canonical = link.canonical_outputs()
|
||||||
abs_path = path.absolute()
|
abs_path = path.absolute()
|
||||||
sources = [canonical["wget_path"], canonical["singlefile_path"], canonical["dom_path"]]
|
sources = [canonical["singlefile_path"], canonical["wget_path"], canonical["dom_path"]]
|
||||||
document = None
|
document = None
|
||||||
for source in sources:
|
for source in sources:
|
||||||
try:
|
try:
|
||||||
|
Reference in New Issue
Block a user