mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 22:23:20 +00:00
girotorrent: now needs thanks before download
This commit is contained in:
parent
2df6df5166
commit
381e662fa7
1 changed files with 11 additions and 1 deletions
|
@ -133,9 +133,19 @@ login:
|
||||||
selector: a[href="logout.php"]
|
selector: a[href="logout.php"]
|
||||||
|
|
||||||
download:
|
download:
|
||||||
|
before:
|
||||||
|
path: thanks.php
|
||||||
|
method: post
|
||||||
|
inputs:
|
||||||
|
infohash: "{{ .DownloadUri.Query.id }}"
|
||||||
|
thanks: 1
|
||||||
|
rndval: "1487013827343"
|
||||||
selectors:
|
selectors:
|
||||||
- selector: a[href^="download.php?id="]
|
- selector: a[href^="download.php?id="]
|
||||||
attribute: href
|
attribute: href
|
||||||
|
filters:
|
||||||
|
- name: regexp
|
||||||
|
args: "^(.+?)&key="
|
||||||
|
|
||||||
search:
|
search:
|
||||||
paths:
|
paths:
|
||||||
|
@ -202,7 +212,7 @@ search:
|
||||||
selector: a[onmouseover][href^="index.php?page=torrent-details&id="]
|
selector: a[onmouseover][href^="index.php?page=torrent-details&id="]
|
||||||
attribute: href
|
attribute: href
|
||||||
download:
|
download:
|
||||||
selector: a[href^="download.php?id="]
|
selector: a[href^="index.php?page=downloadcheck"]
|
||||||
attribute: href
|
attribute: href
|
||||||
poster:
|
poster:
|
||||||
selector: a[onmouseover][href^="index.php?page=torrent-details&id="]
|
selector: a[onmouseover][href^="index.php?page=torrent-details&id="]
|
||||||
|
|
Loading…
Add table
Reference in a new issue