mirror of
https://github.com/Jackett/Jackett
synced 2024-12-29 03:06:49 +00:00
Jpopsuki add support for torrents with red background (#2604)
This commit is contained in:
parent
a67dd5dc6a
commit
24ccd16311
1 changed files with 9 additions and 8 deletions
17
src/Jackett.Common/Definitions/jpopsuki.yml
Normal file → Executable file
17
src/Jackett.Common/Definitions/jpopsuki.yml
Normal file → Executable file
|
@ -52,6 +52,7 @@
|
||||||
order_way: desc
|
order_way: desc
|
||||||
action: basic
|
action: basic
|
||||||
searchsubmit: 1
|
searchsubmit: 1
|
||||||
|
disablegrouping: 1
|
||||||
rows:
|
rows:
|
||||||
selector: table#torrent_table > tbody > tr[class^="torrent"]
|
selector: table#torrent_table > tbody > tr[class^="torrent"]
|
||||||
fields:
|
fields:
|
||||||
|
@ -61,7 +62,7 @@
|
||||||
description:
|
description:
|
||||||
selector: div.tags
|
selector: div.tags
|
||||||
title:
|
title:
|
||||||
selector: td:nth-child(4)
|
selector: td:nth-child(3)
|
||||||
remove: span, div.tags, a[title="View Comments"]
|
remove: span, div.tags, a[title="View Comments"]
|
||||||
filters:
|
filters:
|
||||||
- name: replace
|
- name: replace
|
||||||
|
@ -78,12 +79,12 @@
|
||||||
selector: a[href^="torrents.php?id="]
|
selector: a[href^="torrents.php?id="]
|
||||||
attribute: href
|
attribute: href
|
||||||
banner:
|
banner:
|
||||||
selector: td:nth-child(3) img
|
selector: td:nth-child(2) img
|
||||||
attribute: src
|
attribute: src
|
||||||
files:
|
files:
|
||||||
selector: td:nth-child(5)
|
selector: td:nth-child(4)
|
||||||
date:
|
date:
|
||||||
selector: td:nth-child(6)
|
selector: td:nth-child(5)
|
||||||
attribute: title
|
attribute: title
|
||||||
filters:
|
filters:
|
||||||
- name: append
|
- name: append
|
||||||
|
@ -91,13 +92,13 @@
|
||||||
- name: dateparse
|
- name: dateparse
|
||||||
args: "Jan 02 2006, 15:04 -07:00"
|
args: "Jan 02 2006, 15:04 -07:00"
|
||||||
size:
|
size:
|
||||||
selector: td:nth-child(7)
|
selector: td:nth-child(6)
|
||||||
grabs:
|
grabs:
|
||||||
selector: td:nth-child(8)
|
selector: td:nth-child(7)
|
||||||
seeders:
|
seeders:
|
||||||
selector: td:nth-child(9)
|
selector: td:nth-child(8)
|
||||||
leechers:
|
leechers:
|
||||||
selector: td:nth-child(10)
|
selector: td:nth-child(9)
|
||||||
downloadvolumefactor:
|
downloadvolumefactor:
|
||||||
case:
|
case:
|
||||||
"strong:contains(\"Freeleech!\")": "0"
|
"strong:contains(\"Freeleech!\")": "0"
|
||||||
|
|
Loading…
Reference in a new issue