From 7558bcd39f2a37eea1b8e9223cf5959a725a7192 Mon Sep 17 00:00:00 2001 From: Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> Date: Thu, 22 Aug 2024 15:35:33 +0200 Subject: Fix url for downloading X/Twitter crawler IPs (#2526) --- utils/crawlers_ip_addresses_download.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/crawlers_ip_addresses_download.sh') 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}) -- cgit v1.2.3