1
0
Fork 0
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:
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"] 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="]