mirror of
https://github.com/idanoo/autobrr
synced 2025-07-22 08:19:12 +00:00
fix(indexers): XWT update download url with passkey (#2081)
This commit is contained in:
parent
6e57b41529
commit
8b41c8d595
1 changed files with 10 additions and 3 deletions
|
@ -12,6 +12,13 @@ supports:
|
|||
- irc
|
||||
- rss
|
||||
#source: custom
|
||||
settings:
|
||||
- name: rsskey
|
||||
type: secret
|
||||
required: true
|
||||
label: RSS key
|
||||
help: "Go to your profile and copy your RSS key"
|
||||
regex: /([\da-fA-F]{20})
|
||||
|
||||
irc:
|
||||
network: XWT
|
||||
|
@ -31,13 +38,13 @@ irc:
|
|||
|
||||
- name: auth.account
|
||||
type: text
|
||||
required: true
|
||||
required: false
|
||||
label: NickServ Account
|
||||
help: NickServ account. Make sure to group your main user and bot.
|
||||
|
||||
- name: auth.password
|
||||
type: secret
|
||||
required: true
|
||||
required: false
|
||||
label: NickServ Password
|
||||
help: NickServ password
|
||||
|
||||
|
@ -68,6 +75,6 @@ irc:
|
|||
|
||||
match:
|
||||
infourl: "/details.php?id={{ .torrentId }}"
|
||||
torrenturl: "/download2.php?id={{ .torrentId }}&name={{ .torrentName }}.torrent"
|
||||
torrenturl: "/download.php?id={{ .torrentId }}&name={{ .torrentName }}.torrent&{{ .rsskey }}"
|
||||
encode:
|
||||
- torrentName
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue