mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
beload: new layout.
use full title that's now available new DLVF and ULVF selectors adjust the other selector positions
This commit is contained in:
@@ -99,6 +99,7 @@ search:
|
|||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: "td.text table tbody tr:has(a[href^=\"details.php?id=\"]):not(:has(a[href=\"browse.php?cat=0\"]))"
|
selector: "td.text table tbody tr:has(a[href^=\"details.php?id=\"]):not(:has(a[href=\"browse.php?cat=0\"]))"
|
||||||
|
after: 1
|
||||||
|
|
||||||
fields:
|
fields:
|
||||||
category:
|
category:
|
||||||
@@ -108,11 +109,8 @@ search:
|
|||||||
- name: querystring
|
- name: querystring
|
||||||
args: cat
|
args: cat
|
||||||
title:
|
title:
|
||||||
selector: a[href^="details.php?id="]
|
selector: a[href^="details.php?id="][title]
|
||||||
attribute: title
|
attribute: title
|
||||||
filters:
|
|
||||||
- name: regexp
|
|
||||||
args: "Név: (.+?)(\\n|$)"
|
|
||||||
details:
|
details:
|
||||||
selector: a[href^="details.php?id="]
|
selector: a[href^="details.php?id="]
|
||||||
attribute: href
|
attribute: href
|
||||||
@@ -126,34 +124,34 @@ search:
|
|||||||
selector: a.preview
|
selector: a.preview
|
||||||
attribute: href
|
attribute: href
|
||||||
date:
|
date:
|
||||||
selector: td:nth-last-child(5)
|
selector: td:nth-last-child(6)
|
||||||
filters:
|
filters:
|
||||||
- name: append
|
- name: append
|
||||||
args: " +01:00" # CET
|
args: " +01:00" # CET
|
||||||
- name: dateparse
|
- name: dateparse
|
||||||
args: "yyyy-MM-dd HH:mm:ss zzz"
|
args: "yyyy-MM-dd HH:mm:ss zzz"
|
||||||
files:
|
files:
|
||||||
selector: td:nth-last-child(7)
|
selector: td:nth-last-child(8)
|
||||||
size:
|
size:
|
||||||
selector: td:nth-last-child(4) b
|
selector: td:nth-last-child(5) b
|
||||||
grabs:
|
grabs:
|
||||||
selector: td:nth-last-child(3)
|
selector: td:nth-last-child(4)
|
||||||
seeders:
|
seeders:
|
||||||
selector: td:nth-last-child(2)
|
selector: td:nth-last-child(3)
|
||||||
leechers:
|
leechers:
|
||||||
selector: td:nth-last-child(1)
|
selector: td:nth-last-child(2)
|
||||||
description:
|
description:
|
||||||
case:
|
case:
|
||||||
i.fa-check: Verified
|
i.fa-check: Verified
|
||||||
i.fa-question: Unverified
|
i.fa-question: Unverified
|
||||||
downloadvolumefactor:
|
downloadvolumefactor:
|
||||||
case:
|
case:
|
||||||
font:contains("x0"): 0
|
"span[style=\"font-size: 10px;\"]:contains(\"0x\")": 0
|
||||||
"*": 1
|
"*": 1
|
||||||
uploadvolumefactor:
|
uploadvolumefactor:
|
||||||
case:
|
case:
|
||||||
font:contains("x2"): 2
|
"span[style=\"font-size: 10px;\"]:contains(\"2x\")": 2
|
||||||
font:contains("x4"): 4
|
"span[style=\"font-size: 10px;\"]:contains(\"4x\")": 4
|
||||||
"*": 1
|
"*": 1
|
||||||
minimumseedtime:
|
minimumseedtime:
|
||||||
# 3 days (as seconds = 3 x 24 x 60 x 60)
|
# 3 days (as seconds = 3 x 24 x 60 x 60)
|
||||||
|
Reference in New Issue
Block a user