mirror of
https://github.com/Jackett/Jackett
synced 2024-12-28 02:39:26 +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
|
||||
filters:
|
||||
- name: regexp
|
||||
args: "src=\\\'(.+?)\\\'"
|
||||
args: "src=\\\\\'(.+?)\\\\\'"
|
||||
- name: replace
|
||||
args: ["./pic/noposter.png", ""]
|
||||
files:
|
||||
selector: td:nth-last-child(8)
|
||||
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:
|
||||
- name: replace
|
||||
args: ["<br />", ""]
|
||||
- name: dateparse
|
||||
args: "Jan 2 2006 03:04 PM"
|
||||
size:
|
||||
|
|
Loading…
Reference in a new issue