From 4127d49332ceb05934db3880dbb42620b13ff4e9 Mon Sep 17 00:00:00 2001 From: Andreas Jaggi Date: Mon, 16 Dec 2024 21:59:55 +0100 Subject: [PATCH] Update upstream data URLs --- update_data.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/update_data.sh b/update_data.sh index b435218..8bc7da8 100755 --- a/update_data.sh +++ b/update_data.sh @@ -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"