mirror of
https://github.com/idanoo/autobrr
synced 2025-07-22 16:29: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
|
- irc
|
||||||
- rss
|
- rss
|
||||||
#source: custom
|
#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:
|
irc:
|
||||||
network: XWT
|
network: XWT
|
||||||
|
@ -31,13 +38,13 @@ irc:
|
||||||
|
|
||||||
- name: auth.account
|
- name: auth.account
|
||||||
type: text
|
type: text
|
||||||
required: true
|
required: false
|
||||||
label: NickServ Account
|
label: NickServ Account
|
||||||
help: NickServ account. Make sure to group your main user and bot.
|
help: NickServ account. Make sure to group your main user and bot.
|
||||||
|
|
||||||
- name: auth.password
|
- name: auth.password
|
||||||
type: secret
|
type: secret
|
||||||
required: true
|
required: false
|
||||||
label: NickServ Password
|
label: NickServ Password
|
||||||
help: NickServ password
|
help: NickServ password
|
||||||
|
|
||||||
|
@ -68,6 +75,6 @@ irc:
|
||||||
|
|
||||||
match:
|
match:
|
||||||
infourl: "/details.php?id={{ .torrentId }}"
|
infourl: "/details.php?id={{ .torrentId }}"
|
||||||
torrenturl: "/download2.php?id={{ .torrentId }}&name={{ .torrentName }}.torrent"
|
torrenturl: "/download.php?id={{ .torrentId }}&name={{ .torrentName }}.torrent&{{ .rsskey }}"
|
||||||
encode:
|
encode:
|
||||||
- torrentName
|
- torrentName
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue