From c6e2e42b6ba85362db660d21a3d0eba4a7226b44 Mon Sep 17 00:00:00 2001 From: Denis Averin Date: Sun, 19 Nov 2023 22:56:51 +0700 Subject: [PATCH] Fix urls --- scripts/check-urls.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/check-urls.py b/scripts/check-urls.py index a635f12..0eb9f11 100644 --- a/scripts/check-urls.py +++ b/scripts/check-urls.py @@ -43,6 +43,10 @@ class Curl: Curl.COULDNT_RESOLVE_HOST, None, ), + "https://storage.googleapis.com/download.dartlang.org/linux/debian": ( + Curl.HTTP_RETURNED_ERROR, + 404, + ), # TODO: Temporary fix "https://dashboard.aspose.cloud/applications": (Curl.HTTP_RETURNED_ERROR, 404), }