Add more phrases to not_here_list
This commit is contained in:
parent
69a0ed0ff1
commit
f37463ff8f
3
check.py
3
check.py
|
@ -37,6 +37,9 @@ not_here_list = [
|
||||||
"Test Page for the Apache HTTP Server",
|
"Test Page for the Apache HTTP Server",
|
||||||
"Site not found · GitHub Pages",
|
"Site not found · GitHub Pages",
|
||||||
"504: Gateway time-out",
|
"504: Gateway time-out",
|
||||||
|
"This page doesn't exist (404)",
|
||||||
|
"Coming soon",
|
||||||
|
"NOT_FOUND",
|
||||||
]
|
]
|
||||||
|
|
||||||
conferences = [
|
conferences = [
|
||||||
|
|
Loading…
Reference in a new issue