mirror of https://github.com/Jackett/Jackett
hdturk: update date selector and timezone
This commit is contained in:
parent
9f41eb2b10
commit
9ec3205ded
|
@ -112,8 +112,10 @@ search:
|
||||||
category: 0
|
category: 0
|
||||||
search_type: t_name
|
search_type: t_name
|
||||||
include_dead_torrents: yes
|
include_dead_torrents: yes
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: table#sortabletable tbody tr:has(div[id^="port-target-"])
|
selector: table#sortabletable tbody tr:has(div[id^="port-target-"])
|
||||||
|
|
||||||
fields:
|
fields:
|
||||||
title:
|
title:
|
||||||
selector: div[id^="port-target-"] a
|
selector: div[id^="port-target-"] a
|
||||||
|
@ -133,13 +135,10 @@ search:
|
||||||
selector: div[id^="port-content-"] img
|
selector: div[id^="port-content-"] img
|
||||||
attribute: src
|
attribute: src
|
||||||
date:
|
date:
|
||||||
selector: td:nth-child(2)
|
selector: td:nth-child(2) > div:nth-last-child(1)
|
||||||
filters:
|
|
||||||
- name: regexp
|
|
||||||
args: (\d{2}-\d{2}-\d{4} \d{2}:\d{2})
|
|
||||||
filters:
|
filters:
|
||||||
- name: append
|
- name: append
|
||||||
args: " +03:00" # TRT
|
args: " +00:00" # auto adjusted by site account profile
|
||||||
- name: dateparse
|
- name: dateparse
|
||||||
args: "02-01-2006 15:04 -07:00"
|
args: "02-01-2006 15:04 -07:00"
|
||||||
download:
|
download:
|
||||||
|
|
Loading…
Reference in New Issue