ICE Torrent: fix seedersm, leechers, description imdb and add banner

This commit is contained in:
kaso17 2016-12-20 09:39:53 +01:00
parent f408abe7a4
commit 28707fa146
1 changed files with 9 additions and 2 deletions

View File

@ -66,7 +66,7 @@
search: search:
path: /browse.php path: /browse.php
inputs: inputs:
cat: "{{range .Categories}}{{.}};{{end}}" cat: "{{range .Categories}}c{{.}}=1&{{end}}"
search: "{{ .Query.Keywords }}" search: "{{ .Query.Keywords }}"
incldead: 1 incldead: 1
search_by: "name" search_by: "name"
@ -87,6 +87,9 @@
args: cat args: cat
imdb: imdb:
selector: a[title="IMDB"] selector: a[title="IMDB"]
attribute: href
banner:
attribute: rel
download: download:
selector: a[href^="download.php"] selector: a[href^="download.php"]
attribute: href attribute: href
@ -119,4 +122,8 @@
"*": "1" "*": "1"
description: description:
selector: td:nth-child(2) selector: td:nth-child(2)
remove: a[title][href^="details.php?id="] div remove: a[title][href^="details.php?id="], div
seeders:
text: "9999"
leechers:
text: "9999"