From 8b41c8d5954e06a02e2a08cc77d63c3455da75fc Mon Sep 17 00:00:00 2001 From: ze0s <43699394+zze0s@users.noreply.github.com> Date: Sun, 1 Jun 2025 16:06:31 +0200 Subject: [PATCH] fix(indexers): XWT update download url with passkey (#2081) --- internal/indexer/definitions/xwt.yaml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/internal/indexer/definitions/xwt.yaml b/internal/indexer/definitions/xwt.yaml index 0b7e854..bb5842f 100644 --- a/internal/indexer/definitions/xwt.yaml +++ b/internal/indexer/definitions/xwt.yaml @@ -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