1
0
Fork 0
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:
Garfield69 2020-02-13 16:02:35 +13:00
parent 19043ea2b3
commit 585147d43c

View file

@ -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: