mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 16:59:12 +00:00
fix(indexers): TorrentBytes broken tracker use non-SSL link (#705)
fix(indexers): TorrentBytes broken tracker use non-ssl link
This commit is contained in:
parent
1bbd3d9155
commit
e20219170e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue