1
0
Fork 0
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:
kaso17 2017-11-16 15:42:36 +01:00
parent 3a126f07c4
commit baf20927e4

View file

@ -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")