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

Update gfxpeers.yml

This commit is contained in:
Garfield69 2020-09-12 16:27:21 +12:00
parent 5bf45b8ef0
commit 795c07b013

View file

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