Jpopsuki add support for torrents with red background (#2604)

This commit is contained in:
Kevin Richter 2018-02-17 20:17:43 +01:00 committed by garfield69
parent a67dd5dc6a
commit 24ccd16311
1 changed files with 9 additions and 8 deletions

17
src/Jackett.Common/Definitions/jpopsuki.yml Normal file → Executable file
View File

@ -52,6 +52,7 @@
order_way: desc
action: basic
searchsubmit: 1
disablegrouping: 1
rows:
selector: table#torrent_table > tbody > tr[class^="torrent"]
fields:
@ -61,7 +62,7 @@
description:
selector: div.tags
title:
selector: td:nth-child(4)
selector: td:nth-child(3)
remove: span, div.tags, a[title="View Comments"]
filters:
- name: replace
@ -78,12 +79,12 @@
selector: a[href^="torrents.php?id="]
attribute: href
banner:
selector: td:nth-child(3) img
selector: td:nth-child(2) img
attribute: src
files:
selector: td:nth-child(5)
selector: td:nth-child(4)
date:
selector: td:nth-child(6)
selector: td:nth-child(5)
attribute: title
filters:
- name: append
@ -91,13 +92,13 @@
- name: dateparse
args: "Jan 02 2006, 15:04 -07:00"
size:
selector: td:nth-child(7)
selector: td:nth-child(6)
grabs:
selector: td:nth-child(8)
selector: td:nth-child(7)
seeders:
selector: td:nth-child(9)
selector: td:nth-child(8)
leechers:
selector: td:nth-child(10)
selector: td:nth-child(9)
downloadvolumefactor:
case:
"strong:contains(\"Freeleech!\")": "0"