Disable web.archive.org links

They cause too much timeout lately, and the main purpose of those script is to get new releases anyway.
This commit is contained in:
Marc Wrobel
2023-11-07 23:50:37 +01:00
parent b612b4510e
commit 6f375c47ba
3 changed files with 12 additions and 7 deletions

View File

@@ -9,9 +9,11 @@ from datetime import datetime
# Keep older pages at top of the list
URLS = [
# 1.19.eks.1
"https://web.archive.org/web/20221007150452/https://docs.aws.amazon.com/eks/latest/userguide/platform-versions.html",
# Disabled, too much timed out.
# "https://web.archive.org/web/20221007150452/https://docs.aws.amazon.com/eks/latest/userguide/platform-versions.html",
# + 1.20
"https://web.archive.org/web/20230521061347/https://docs.aws.amazon.com/eks/latest/userguide/platform-versions.html",
# Disabled, too much timed out.
# "https://web.archive.org/web/20230521061347/https://docs.aws.amazon.com/eks/latest/userguide/platform-versions.html",
# + latest
"https://docs.aws.amazon.com/eks/latest/userguide/platform-versions.html",
]