mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 16:59:12 +00:00
feat(indexers): torrentsyndikat change releaseTags to tags (#394)
This commit is contained in:
parent
8faacf9eaa
commit
db9d048f5d
1 changed files with 1 additions and 1 deletions
|
@ -60,6 +60,6 @@ parse:
|
||||||
- torrentSize
|
- torrentSize
|
||||||
- baseUrl
|
- baseUrl
|
||||||
- torrentId
|
- torrentId
|
||||||
- releaseTags
|
- tags
|
||||||
match:
|
match:
|
||||||
torrenturl: "{{ .baseUrl }}/download.php?id={{ .torrentId }}&apikey={{ .api_key }}"
|
torrenturl: "{{ .baseUrl }}/download.php?id={{ .torrentId }}&apikey={{ .api_key }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue