mirror of
https://github.com/Jackett/Jackett
synced 2024-12-31 20:27:28 +00:00
ICE Torrent: update to new layout
This commit is contained in:
parent
3a126f07c4
commit
baf20927e4
1 changed files with 9 additions and 11 deletions
|
@ -106,15 +106,15 @@
|
|||
selector: a[href^="download.php"]
|
||||
attribute: href
|
||||
files:
|
||||
selector: td:nth-child(5) > a
|
||||
selector: td:nth-last-child(3) > a
|
||||
filters:
|
||||
- name: regexp
|
||||
args: (\d+)
|
||||
size:
|
||||
selector: td:nth-child(5)
|
||||
selector: td:nth-last-child(3)
|
||||
remove: a
|
||||
date:
|
||||
selector: td:nth-child(2) > div
|
||||
selector: td > font:contains("Added on")
|
||||
remove: b
|
||||
filters:
|
||||
- name: replace
|
||||
|
@ -135,8 +135,10 @@
|
|||
args: " +02:00"
|
||||
- name: dateparse
|
||||
args: "2 Jan 2006 15:04:05 -07:00"
|
||||
grabs:
|
||||
selector: td:nth-child(6)
|
||||
seeders:
|
||||
selector: td:nth-last-child(2)
|
||||
leechers:
|
||||
selector: td:nth-last-child(1)
|
||||
downloadvolumefactor:
|
||||
case:
|
||||
"*": "0"
|
||||
|
@ -144,9 +146,5 @@
|
|||
case:
|
||||
"*": "1"
|
||||
description:
|
||||
selector: td:nth-child(2)
|
||||
remove: a[title][href^="details.php?id="], div
|
||||
seeders:
|
||||
text: "9999"
|
||||
leechers:
|
||||
text: "9999"
|
||||
selector: td:has(a[title][href^="details.php?id="])
|
||||
remove: a[title][href^="details.php?id="], div, font:contains("Added on")
|
||||
|
|
Loading…
Reference in a new issue