mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 08:49:13 +00:00
feat(releases): add info url link to releases list (#683)
* feat(indexers): definitions add infourl to irc parsing * feat(indexers): add infourl to releases * fix(indexers): fix info urls * fix(indexers): update btn
This commit is contained in:
parent
870e109f6c
commit
4c83787a0b
68 changed files with 189 additions and 13 deletions
|
@ -223,6 +223,10 @@ func (a *announceProcessor) onLinesMatched(def *domain.IndexerDefinition, vars m
|
|||
if matched != nil {
|
||||
rls.TorrentURL = matched.TorrentURL
|
||||
|
||||
if matched.InfoURL != "" {
|
||||
rls.InfoURL = matched.InfoURL
|
||||
}
|
||||
|
||||
// only used by few indexers
|
||||
if matched.TorrentName != "" {
|
||||
rls.TorrentName = matched.TorrentName
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue