fix(indexers): btn api client (#71)

What:

*  Api key and torrentId in wrong order
*  Set hardcoded ID in jsonrpc request object
*  ParsetorrentId from url

Fixes #68
This commit is contained in:
Ludvig Lundgren 2022-01-08 15:48:18 +01:00 committed by GitHub
parent e03eac24ba
commit dcd1d458cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 2 deletions

View file

@ -85,9 +85,10 @@ parse:
- preTime
- test:
- "[ https://XXXXXXXXX/torrents.php?id=7338 / https://XXXXXXXXX/torrents.php?action=download&id=9116 ]"
pattern: ^\[ .* \/ (https?:\/\/.*id=\d+) \]
pattern: ^\[ .* \/ (https?:\/\/.*id=(\d+)) \]
vars:
- baseUrl
- torrentId
match:
torrenturl: "{{ .baseUrl }}&authkey={{ .authkey }}&torrent_pass={{ .torrent_pass }}"