浏览代码

add comment about fake cmd

Nick Sweeting 5 年之前
父节点
当前提交
a645f36b87
共有 1 个文件被更改,包括 1 次插入0 次删除
  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
 
     status = 'succeeded'
+    # fake command to show the user so they have something to try debugging if get_html fails
     cmd = [
         CURL_BINARY,
         link.url