mirror of
https://github.com/Jackett/Jackett
synced 2025-02-25 15:42:48 +00:00
The Resurrection: fix downloading .torrent (#7178)
This commit is contained in:
parent
2ed11bd562
commit
58b6272e1e
1 changed files with 5 additions and 1 deletions
|
@ -86,6 +86,10 @@
|
|||
test:
|
||||
path: index.php
|
||||
|
||||
download:
|
||||
selector: a[href^="download.php?id="]
|
||||
attribute: href
|
||||
|
||||
search:
|
||||
paths:
|
||||
- path: index.php
|
||||
|
@ -115,7 +119,7 @@
|
|||
args: category
|
||||
details:
|
||||
selector: a[href^="index.php?page=torrent-details"]
|
||||
attribute: href
|
||||
attribute: href
|
||||
download:
|
||||
selector: a[href^="index.php?page=downloadcheck"]
|
||||
attribute: href
|
||||
|
|
Loading…
Reference in a new issue