aboutsummaryrefslogtreecommitdiff
path: root/yts
diff options
context:
space:
mode:
authorsinanmohd <sinan@firemail.cc>2023-04-28 16:11:39 +0530
committersinanmohd <sinan@firemail.cc>2023-04-28 16:11:39 +0530
commitbe4a8f808abf4eee23b8a3adc26468a376c8bd5f (patch)
tree0e4fdc904f210a0ccf088619e50d22d3cad280bd /yts
parent517ca983569e87eb0e17ef0f7b714573fc9520da (diff)
1337x, yts: get rid of the proxy fallback, they are unreliable
Diffstat (limited to 'yts')
-rwxr-xr-xyts4
1 files changed, 0 insertions, 4 deletions
diff --git a/yts b/yts
index 38ae681..6b5bc95 100755
--- a/yts
+++ b/yts
@@ -1,7 +1,6 @@
#!/bin/sh
url_yts="https://yts.mx"
-proxy_yts="https://yts.torrentbay.to"
menu="wmenu"
die()
@@ -83,9 +82,6 @@ main()
[ -z "$query" ] &&
die "please enter a query"
- curl -Is "$url_yts" > /dev/null ||
- url_yts="$proxy_yts"
-
fetch="$(search_yts "$query")"
dllink="$(dllink_yts "$(echo "$fetch" | tr '-' ' ' | "$menu" -l 25 -p " " | tr ' ' '-')")"