mirror of
https://github.com/idanoo/autobrr
synced 2025-07-25 01:39:13 +00:00
fix(indexers): Funfile download URL (#666)
This commit is contained in:
parent
6e85ec52e3
commit
eb3a86f49d
1 changed files with 10 additions and 11 deletions
|
@ -73,8 +73,7 @@ irc:
|
||||||
# - origin
|
# - origin
|
||||||
# - preTime
|
# - preTime
|
||||||
|
|
||||||
|
|
||||||
match:
|
match:
|
||||||
torrenturl: "/download.php?{{ .torrentId }}/{{ .passkey }}/{{ .torrentName }}.torrent"
|
torrenturl: "/download.php/{{ .torrentId }}/{{ .passkey }}/{{ .torrentName }}.torrent"
|
||||||
encode:
|
encode:
|
||||||
- torrentName
|
- torrentName
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue