From a645f36b87c228c63c609e91a2ac7228dd0b06fb Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Tue, 1 Sep 2020 19:42:22 -0400 Subject: [PATCH] add comment about fake cmd --- archivebox/extractors/readability.py | 1 + 1 file changed, 1 insertion(+) diff --git a/archivebox/extractors/readability.py b/archivebox/extractors/readability.py index 5508e096..bd45e9d5 100644 --- a/archivebox/extractors/readability.py +++ b/archivebox/extractors/readability.py @@ -66,6 +66,7 @@ def save_readability(link: Link, out_dir: Optional[str]=None, timeout: int=TIMEO # Readability Docs: https://github.com/mozilla/readability status = 'succeeded' + # fake command to show the user so they have something to try debugging if get_html fails cmd = [ CURL_BINARY, link.url