From 620a75f14903f129bd3b7aa0c61d6243a8b22282 Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Mon, 18 Dec 2023 15:17:47 -0800 Subject: [PATCH] check_help_documentation: Exclude temporarily unavailable endpoint. Signed-off-by: Anders Kaseorg --- .../documentation_crawler/spiders/common/spiders.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/documentation_crawler/documentation_crawler/spiders/common/spiders.py b/tools/documentation_crawler/documentation_crawler/spiders/common/spiders.py index 670821cc3c..746acf3f71 100644 --- a/tools/documentation_crawler/documentation_crawler/spiders/common/spiders.py +++ b/tools/documentation_crawler/documentation_crawler/spiders/common/spiders.py @@ -36,6 +36,8 @@ EXCLUDED_URLS = [ "https://giphy.com", "https://giphy.com/apps/giphycapture", "https://www.udemy.com/course/the-complete-react-native-and-redux-course/", + # Temporarily unavailable + "https://zulip.com/accounts/find/", ] VNU_IGNORE = [