diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2024-08-22 15:35:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-22 15:35:33 +0200 |
commit | 7558bcd39f2a37eea1b8e9223cf5959a725a7192 (patch) | |
tree | 74aabec3d45c29417ef9199c61eeba9591876238 /utils/crawlers_ip_addresses_download.sh | |
parent | a10c48c80a3a3075b2314c951fb288cdc14c18b8 (diff) |
Fix url for downloading X/Twitter crawler IPs (#2526)
Diffstat (limited to 'utils/crawlers_ip_addresses_download.sh')
-rwxr-xr-x | utils/crawlers_ip_addresses_download.sh | 2 |
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}) |