amigosshare: search page changes. resolves #5004

Also the logout link has gone!!!
This commit is contained in:
Garfield69 2019-04-01 17:32:49 +13:00
parent 5d21a69b07
commit 9da64d5bbf
1 changed files with 5 additions and 5 deletions

View File

@ -143,7 +143,7 @@
- selector: div.alert-error
test:
path: index.php
selector: a[href="account-logout.php"]
# selector: a[href="account-logout.php"]
ratio:
path: index.php
@ -169,13 +169,13 @@
inputs:
$raw: "{{range .Categories}}c{{.}}=1&{{end}}"
search: "{{ .Keywords }}"
incldead: 0
incldead: 1
freeleech: 0
lang: 0
sort: "id"
order: "desc"
rows:
selector: table.table-striped > tbody > tr:has(a[href^="torrents-details.php?id="])
selector: table > tbody > tr:has(a[href^="torrents-details.php?id="])
fields:
title:
selector: a[href^="torrents-details.php?id="]
@ -293,14 +293,14 @@
date:
text: now
size:
selector: td:nth-child(2) span.label-info
selector: td:nth-child(2) span.badge-info
seeders:
selector: td:nth-child(4)
leechers:
selector: td:nth-child(5)
downloadvolumefactor:
case:
"span.label-success i:contains(\"FREE\")": "0"
"span.badge-success:contains(\"FREE\")": "0"
"*": "1"
uploadvolumefactor:
case: