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