From c851f41a35b8de627ae1127f9d0f7513aeb883f1 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Sat, 25 Sep 2021 17:15:16 +1200 Subject: [PATCH] 1337x: try itorrents first and magnet second. resolves #12332 drop btcache and torrage. note: uses with already defined 1337x configs will need to edit and set the order manually to itorrents and magnet. --- src/Jackett.Common/Definitions/1337x.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/src/Jackett.Common/Definitions/1337x.yml b/src/Jackett.Common/Definitions/1337x.yml index 0fc33b660..d6825f1fd 100644 --- a/src/Jackett.Common/Definitions/1337x.yml +++ b/src/Jackett.Common/Definitions/1337x.yml @@ -144,25 +144,21 @@ settings: - name: downloadlink type: select label: Download link - default: "magnet:" + default: "http://itorrents.org/" options: "http://itorrents.org/": iTorrents.org - "http://torrage.info/": Torrage - "http://btcache.me/": BTcache "magnet:": magnet - name: downloadlink2 type: select label: Download link (fallback) - default: "http://itorrents.org/" + default: "magnet:" options: "http://itorrents.org/": iTorrents.org - "http://torrage.info/": Torrage - "http://btcache.me/": BTcache "magnet:": magnet - name: info_download type: info label: About the Download links - default: As the .torrent download links on this site are known to fail from time to time, you can optionally set as a fallback an automatic alternate link. We suggest using the magnet link as a fallback. + default: As the iTorrents .torrent download link on this site is known to fail from time to time, we suggest using the magnet link as a fallback. The BTCache and Torrage services are not supported because they require additional user interaction (a captcha for BTCache and a download button on Torrage.) - name: sort type: select label: Sort requested from site