Skip to content

Commit

Permalink
tracker.sh: Replace URL
Browse files Browse the repository at this point in the history
  • Loading branch information
P3TERX committed Sep 9, 2022
1 parent 68c1c78 commit 8542086
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tracker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@
# BT tracker is provided by the following project.
# https://github.com/XIU2/TrackersListCollection
#
# Fallback URLs provided by jsDelivr
# https://www.jsdelivr.com
#

RED_FONT_PREFIX="\033[31m"
GREEN_FONT_PREFIX="\033[32m"
Expand All @@ -53,7 +50,7 @@ GET_TRACKERS() {
echo && echo -e "$(DATE_TIME) ${INFO} Get BT trackers..."
TRACKER=$(
${DOWNLOADER} https://trackerslist.com/all_aria2.txt ||
${DOWNLOADER} https://cdn.jsdelivr.net/gh/XIU2/TrackersListCollection@master/all_aria2.txt ||
${DOWNLOADER} https://cdn.staticaly.com/gh/XIU2/TrackersListCollection@master/all_aria2.txt ||
${DOWNLOADER} https://trackers.p3terx.com/all_aria2.txt
)
else
Expand Down

0 comments on commit 8542086

Please sign in to comment.