Skip to content

Commit

Permalink
Fix url for downloading X/Twitter crawler IPs (#2526)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanNardi authored Aug 22, 2024
1 parent a10c48c commit 7558bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/crawlers_ip_addresses_download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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})
Expand Down

0 comments on commit 7558bcd

Please sign in to comment.