We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7935926 commit 44269f1Copy full SHA for 44269f1
1 file changed
bin/test-crawl
@@ -198,6 +198,7 @@ def skip_url(url):
198
"^/wg/[a-z0-9-]+/deps/svg/",
199
# This bad url occurs in an uploaded html agenda:
200
r"/site/ietfdhcwg/_/rsrc/1311005436000/system/app/css/overlay.css\?cb=simple100%250150goog-ws-left",
201
+ r"/dir/tsvdir/reviews/",
202
):
203
if re.search(pattern, url):
204
return True
0 commit comments