fix(indexers): XWT update download url with passkey (#2081)

This commit is contained in:
ze0s 2025-06-01 16:06:31 +02:00 committed by GitHub
parent 6e57b41529
commit 8b41c8d595
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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