fix(indexers): SpeedApp download url (#495)

* fix(indexers): SpeedApp download url

* fix: torrenturl parse
This commit is contained in:
ze0s 2022-10-13 21:24:45 +02:00 committed by GitHub
parent 2777f8c3cd
commit 924899d9f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,7 +51,6 @@ parse:
- torrentSize - torrentSize
- baseUrl - baseUrl
- torrentId - torrentId
- torrentNameId
match: match:
torrenturl: "{{ .baseUrl }}/rss/download{{ .torrentId }}/{{ .torrentNameId }}.torrent?passkey={{ .passkey }}" torrenturl: "{{ .baseUrl }}/rss/download/{{ .torrentId }}/{{ .torrentName }}.torrent?passkey={{ .passkey }}"