mirror of
https://github.com/Jackett/Jackett
synced 2025-02-24 23:22:46 +00:00
ArabaFenice: fix download
This commit is contained in:
parent
08efe3c6b5
commit
6479af4c4d
1 changed files with 5 additions and 2 deletions
|
@ -87,10 +87,13 @@
|
|||
|
||||
download:
|
||||
before:
|
||||
path: "takethanks.php"
|
||||
path: "thanks.php"
|
||||
method: "post"
|
||||
inputs:
|
||||
torrentid: "{{ .DownloadUri.Query.id }}"
|
||||
infohash: "{{ .DownloadUri.Query.id }}"
|
||||
thanks: "1"
|
||||
rndval: "1487013827343"
|
||||
selector: a[href^="download.php?id="]
|
||||
|
||||
search:
|
||||
path: index.php
|
||||
|
|
Loading…
Reference in a new issue