Update gfxpeers.yml

This commit is contained in:
Garfield69 2020-09-12 16:27:21 +12:00
parent 5bf45b8ef0
commit 795c07b013
1 changed files with 20 additions and 25 deletions

View File

@ -27,7 +27,7 @@ login:
inputs:
username: "{{ .Config.username }}"
password: "{{ .Config.password }}"
keeplogged: "1"
keeplogged: 1
error:
- selector: .auth_form > .warning
test:
@ -38,51 +38,46 @@ search:
- path: torrents.php
inputs:
$raw: "{{range .Categories}}filter_cat[{{.}}]=1&{{end}}"
searchstr: "{{ .Query.Keywords }}"
order_by: "time"
order_way: "desc"
action: "advanced"
searchsubmit: "1"
searchstr: "{{ .Keywords }}"
order_by: time
order_way: desc
action: advanced
searchsubmit: 1
rows:
selector: table#torrent_table > tbody > tr.torrent
fields:
download:
selector: a[href^="torrents.php?action=download&id="]
attribute: href
title:
selector: a[href^="torrents.php?id="]
downloadvolumefactor:
case:
"*": "1"
uploadvolumefactor:
case:
"*": "1"
category:
selector: a[href^="torrents.php?filter_cat"]
attribute: href
filters:
- name: regexp
args: "\\[(\\d+?)\\]"
title:
selector: a[href^="torrents.php?id="]
details:
selector: a[href^="torrents.php?id="]
attribute: href
download:
selector: a[href^="torrents.php?action=download&id="]
attribute: href
files:
selector: td:nth-child(3)
date:
selector: td:nth-child(4)
size:
selector: td:nth-child(5)
grabs:
selector: td:nth-child(6)
files:
selector: td:nth-child(3)
seeders:
selector: td:nth-child(7)
leechers:
selector: td:nth-child(8)
date:
selector: td:nth-child(4)
downloadvolumefactor:
case:
"strong.tl_free": "0"
"*": "1"
"strong.tl_free": 0
"*": 1
uploadvolumefactor:
case:
"*": "1"
text: 1
# engine n/a