mirror of https://github.com/Jackett/Jackett
cinefilhd: new layout #4908
This commit is contained in:
parent
63fd80601d
commit
e9e0e90636
|
@ -131,16 +131,16 @@ search:
|
||||||
selector: a[href*="imdb.com/title/tt"]
|
selector: a[href*="imdb.com/title/tt"]
|
||||||
attribute: href
|
attribute: href
|
||||||
files:
|
files:
|
||||||
selector: td:nth-child(4)
|
selector: td:nth-child(5)
|
||||||
date_day:
|
date_day:
|
||||||
# Today<br/>10:20 AM
|
# Today<br/>10:20 AM
|
||||||
# Yesterday<br/>08:03 PM
|
# Yesterday<br/>08:03 PM
|
||||||
selector: td:nth-child(6):contains("day")
|
selector: td:nth-child(7):contains("day")
|
||||||
# auto adjusted by site account profile
|
# auto adjusted by site account profile
|
||||||
optional: true
|
optional: true
|
||||||
date_year:
|
date_year:
|
||||||
# Feb 14 2019<br/>10:20 AM
|
# Feb 14 2019<br/>10:20 AM
|
||||||
selector: td:nth-child(6):not(:contains("day"))
|
selector: td:nth-child(7):not(:contains("day"))
|
||||||
# auto adjusted by site account profile
|
# auto adjusted by site account profile
|
||||||
optional: true
|
optional: true
|
||||||
filters:
|
filters:
|
||||||
|
@ -149,13 +149,13 @@ search:
|
||||||
date:
|
date:
|
||||||
text: "{{ if or .Result.date_day .Result.date_year }}{{ or .Result.date_day .Result.date_year }}{{ else }}now{{ end }}"
|
text: "{{ if or .Result.date_day .Result.date_year }}{{ or .Result.date_day .Result.date_year }}{{ else }}now{{ end }}"
|
||||||
size:
|
size:
|
||||||
selector: td:nth-child(7)
|
|
||||||
grabs:
|
|
||||||
selector: td:nth-child(8)
|
selector: td:nth-child(8)
|
||||||
seeders:
|
grabs:
|
||||||
selector: td:nth-child(9)
|
selector: td:nth-child(9)
|
||||||
leechers:
|
seeders:
|
||||||
selector: td:nth-child(10)
|
selector: td:nth-child(10)
|
||||||
|
leechers:
|
||||||
|
selector: td:nth-child(11)
|
||||||
genre:
|
genre:
|
||||||
selector: td:nth-child(2)
|
selector: td:nth-child(2)
|
||||||
remove: a, font
|
remove: a, font
|
||||||
|
|
Loading…
Reference in New Issue