From e20219170efa427904a5535c0f17ddf0dcfe9411 Mon Sep 17 00:00:00 2001 From: ze0s <43699394+zze0s@users.noreply.github.com> Date: Sat, 11 Feb 2023 22:22:11 +0100 Subject: [PATCH] fix(indexers): TorrentBytes broken tracker use non-SSL link (#705) fix(indexers): TorrentBytes broken tracker use non-ssl link --- internal/indexer/definitions/torrentbytes.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/indexer/definitions/torrentbytes.yaml b/internal/indexer/definitions/torrentbytes.yaml index 4d77082..65569f4 100644 --- a/internal/indexer/definitions/torrentbytes.yaml +++ b/internal/indexer/definitions/torrentbytes.yaml @@ -68,7 +68,7 @@ irc: match: infourl: "/details.php?id={{ .torrentId }}" - torrenturl: "/download.php?id={{ .torrentId }}&SSL=1&name={{ .torrentName }}.torrent" + torrenturl: "/download.php?id={{ .torrentId }}&name={{ .torrentName }}.torrent" cookie: true encode: - torrentName \ No newline at end of file