aboutsummaryrefslogtreecommitdiff
path: root/utils/crawlers_ip_addresses_download.sh
diff options
context:
space:
mode:
authorIvan Nardi <12729895+IvanNardi@users.noreply.github.com>2024-08-22 15:35:33 +0200
committerGitHub <noreply@github.com>2024-08-22 15:35:33 +0200
commit7558bcd39f2a37eea1b8e9223cf5959a725a7192 (patch)
tree74aabec3d45c29417ef9199c61eeba9591876238 /utils/crawlers_ip_addresses_download.sh
parenta10c48c80a3a3075b2314c951fb288cdc14c18b8 (diff)
Fix url for downloading X/Twitter crawler IPs (#2526)
Diffstat (limited to 'utils/crawlers_ip_addresses_download.sh')
-rwxr-xr-xutils/crawlers_ip_addresses_download.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/crawlers_ip_addresses_download.sh b/utils/crawlers_ip_addresses_download.sh
index e96307db1..b9448e8b8 100755
--- a/utils/crawlers_ip_addresses_download.sh
+++ b/utils/crawlers_ip_addresses_download.sh
@@ -25,7 +25,7 @@ ORIGIN3="https://developers.google.com/static/search/apis/ipranges/user-triggere
ORIGIN_BING="https://www.bing.com/toolbox/bingbot.json"
#Facebook Bot: https://developers.facebook.com/docs/sharing/webmasters/crawler/
#TwitterBot
-ORIGIN_TW="https://developer.x.com/en/docs/twitter-for-websites/cards/guides/troubleshooting-cards"
+ORIGIN_TW="https://developer.x.com/en/docs/x-for-websites/cards/guides/troubleshooting-cards"
echo "(1) Downloading file... ${ORIGIN1}"
http_response=$(curl -s -o $TMP1 -w "%{http_code}" ${ORIGIN1})