1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-03-10 14:14:25 +00:00

girotorrent: now needs thanks before download

This commit is contained in:
Garfield69 2022-08-08 17:42:51 +12:00
parent 2df6df5166
commit 381e662fa7

View file

@ -133,9 +133,19 @@ login:
selector: a[href="logout.php"]
download:
before:
path: thanks.php
method: post
inputs:
infohash: "{{ .DownloadUri.Query.id }}"
thanks: 1
rndval: "1487013827343"
selectors:
- selector: a[href^="download.php?id="]
attribute: href
filters:
- name: regexp
args: "^(.+?)&key="
search:
paths:
@ -202,7 +212,7 @@ search:
selector: a[onmouseover][href^="index.php?page=torrent-details&id="]
attribute: href
download:
selector: a[href^="download.php?id="]
selector: a[href^="index.php?page=downloadcheck"]
attribute: href
poster:
selector: a[onmouseover][href^="index.php?page=torrent-details&id="]