mirror of
https://github.com/Jackett/Jackett
synced 2024-12-28 19:04:09 +00:00
scenepalace: fix date and banners.
This commit is contained in:
parent
19043ea2b3
commit
585147d43c
1 changed files with 8 additions and 4 deletions
|
@ -104,14 +104,18 @@
|
||||||
attribute: onmouseover
|
attribute: onmouseover
|
||||||
filters:
|
filters:
|
||||||
- name: regexp
|
- name: regexp
|
||||||
args: "src=\\\'(.+?)\\\'"
|
args: "src=\\\\\'(.+?)\\\\\'"
|
||||||
|
- name: replace
|
||||||
|
args: ["./pic/noposter.png", ""]
|
||||||
files:
|
files:
|
||||||
selector: td:nth-last-child(8)
|
selector: td:nth-last-child(8)
|
||||||
date:
|
date:
|
||||||
selector: td:nth-last-child(6)
|
selector: td:nth-last-child(6):contains("day")
|
||||||
|
optional: true
|
||||||
|
date:
|
||||||
|
selector: td:nth-last-child(6):not(:contains("day"))
|
||||||
|
optional: true
|
||||||
filters:
|
filters:
|
||||||
- name: replace
|
|
||||||
args: ["<br />", ""]
|
|
||||||
- name: dateparse
|
- name: dateparse
|
||||||
args: "Jan 2 2006 03:04 PM"
|
args: "Jan 2 2006 03:04 PM"
|
||||||
size:
|
size:
|
||||||
|
|
Loading…
Reference in a new issue