mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
ICE Torrent: fix seedersm, leechers, description imdb and add banner
This commit is contained in:
@@ -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"
|
||||||
|
Reference in New Issue
Block a user