mirror of
https://github.com/Jackett/Jackett
synced 2025-01-02 13:16:16 +00:00
aftershock: add date TZ
standardize imdb selector
This commit is contained in:
parent
6a36bff5b9
commit
b3187fbc95
1 changed files with 4 additions and 2 deletions
|
@ -145,7 +145,7 @@ search:
|
|||
args: "src=(.*?) width="
|
||||
imdb:
|
||||
optional: true
|
||||
selector: a[href^="https://www.imdb.com/title"]
|
||||
selector: a[href*="imdb.com/title/tt"]
|
||||
attribute: href
|
||||
files:
|
||||
selector: td:nth-last-child(6)
|
||||
|
@ -162,8 +162,10 @@ search:
|
|||
filters:
|
||||
- name: re_replace
|
||||
args: ["\\s", " "]
|
||||
- name: append
|
||||
args: " +01:00" # CET
|
||||
- name: dateparse
|
||||
args: "2006-01-02 15:04:05"
|
||||
args: "2006-01-02 15:04:05 -07:00"
|
||||
downloadvolumefactor:
|
||||
case:
|
||||
span.icon_gift: 0
|
||||
|
|
Loading…
Reference in a new issue