fix(indexers): TorrentBytes broken tracker use non-SSL link (#705)

fix(indexers): TorrentBytes broken tracker use non-ssl link
This commit is contained in:
ze0s 2023-02-11 22:22:11 +01:00 committed by GitHub
parent 1bbd3d9155
commit e20219170e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,7 +68,7 @@ irc:
match: match:
infourl: "/details.php?id={{ .torrentId }}" 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 cookie: true
encode: encode:
- torrentName - torrentName