diff --git a/manual-tracker-add.sh b/manual-tracker-add.sh index 922a663..abe14df 100755 --- a/manual-tracker-add.sh +++ b/manual-tracker-add.sh @@ -6,7 +6,7 @@ else auth= fi host=${TRANSMISSION_HOST:-localhost} -list_url=${TRACKER_URL:-https://raw.githubusercontent.com/ngosang/trackerslist/master/trackers_all.txt} +list_url=${TRACKER_URL:-https://trackerslist.com/all.txt} add_trackers () { torrent_hash=$1 diff --git a/tracker-add-auto-router.sh b/tracker-add-auto-router.sh index 2c1875d..33fbe98 100644 --- a/tracker-add-auto-router.sh +++ b/tracker-add-auto-router.sh @@ -9,7 +9,7 @@ add_trackers () { torrent_hash=$1 id=$2 trackerslist=/tmp/trackers.txt -for base_url in https://raw.githubusercontent.com/ngosang/trackerslist/master/trackers_all.txt ; do +for base_url in https://trackerslist.com/all.txt ; do if [ ! -f $trackerslist ]; then curl -o "$trackerslist" "${base_url}" fi diff --git a/tracker-add-auto.sh b/tracker-add-auto.sh index 683a354..4cd45d4 100644 --- a/tracker-add-auto.sh +++ b/tracker-add-auto.sh @@ -9,7 +9,7 @@ add_trackers () { torrent_hash=$1 id=$2 trackerslist=/tmp/trackers.txt -for base_url in https://raw.githubusercontent.com/ngosang/trackerslist/master/trackers_all.txt ; do +for base_url in https://trackerslist.com/all.txt ; do if [ ! -f $trackerslist ]; then curl -o "$trackerslist" "${base_url}" fi