Skip to content

Commit

Permalink
Update upstream data URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
x-way committed Dec 16, 2024
1 parent 9efca25 commit 4127d49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions update_data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ sed -i "" -e '/^}$/i\
`YandexSearch`,' exclusions.go

echo "Updating testdata/crawlers.txt"
curl --progress-bar -o testdata/crawlers.txt https://raw.githubusercontent.com/JayBizzle/Crawler-Detect/${VERSION}/tests/crawlers.txt
curl --progress-bar -o testdata/crawlers.txt https://raw.githubusercontent.com/JayBizzle/Crawler-Detect/${VERSION}/tests/data/user_agent/crawlers.txt
echo "Updating testdata/devices.txt"
curl --progress-bar -o testdata/devices.txt https://raw.githubusercontent.com/JayBizzle/Crawler-Detect/${VERSION}/tests/devices.txt
curl --progress-bar -o testdata/devices.txt https://raw.githubusercontent.com/JayBizzle/Crawler-Detect/${VERSION}/tests/data/user_agent/devices.txt

echo "Updating completed"

0 comments on commit 4127d49

Please sign in to comment.