mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 16:59:12 +00:00
fix(indexers): SpeedApp download url (#495)
* fix(indexers): SpeedApp download url * fix: torrenturl parse
This commit is contained in:
parent
2777f8c3cd
commit
924899d9f3
1 changed files with 1 additions and 2 deletions
|
@ -51,7 +51,6 @@ parse:
|
|||
- torrentSize
|
||||
- baseUrl
|
||||
- torrentId
|
||||
- torrentNameId
|
||||
|
||||
match:
|
||||
torrenturl: "{{ .baseUrl }}/rss/download{{ .torrentId }}/{{ .torrentNameId }}.torrent?passkey={{ .passkey }}"
|
||||
torrenturl: "{{ .baseUrl }}/rss/download/{{ .torrentId }}/{{ .torrentName }}.torrent?passkey={{ .passkey }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue