We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aad7a84 commit 318e6bbCopy full SHA for 318e6bb
python3/link-checker.py
@@ -27,7 +27,7 @@
27
email_from = ENTER_FROM_EMAIL
28
root_url = ENTER_URL
29
30
-cmd = ["linkchecker", "--no-warnings", "--no-status", root_url]
+cmd = ["linkchecker", "--no-warnings", "--no-status", "--external", root_url]
31
output = Popen(cmd, stdout=PIPE).communicate()[0].decode("UTF-8")
32
33
bad_urls = []
0 commit comments