Browse Source

add comment about fake cmd

Nick Sweeting 5 years ago
parent
commit
a645f36b87
1 changed files with 1 additions and 0 deletions
  1. 1 0
      archivebox/extractors/readability.py

+ 1 - 0
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
     # Readability Docs: https://github.com/mozilla/readability
 
 
     status = 'succeeded'
     status = 'succeeded'
+    # fake command to show the user so they have something to try debugging if get_html fails
     cmd = [
     cmd = [
         CURL_BINARY,
         CURL_BINARY,
         link.url
         link.url