Skip to content

Commit ba41a02

Browse files
Update tracker-add-auto.sh
1 parent f5f39fb commit ba41a02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tracker-add-auto.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sleep 25
66
add_trackers () {
77
torrent_hash=$1
88
id=$2
9-
for base_url in https://raw.githubusercontent.com/ngosang/trackerslist/master/trackers_all.txt https://hastebin.com/raw/bererufibu ; do
9+
for base_url in https://raw.githubusercontent.com/ngosang/trackerslist/master/trackers_all.txt ; do
1010
echo "URL for ${base_url}"
1111
echo "Adding trackers for $torrent_name..."
1212
for tracker in $(curl -# "${base_url}") ; do

0 commit comments

Comments
 (0)