mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
torrentgalaxy: site updated, fix rows and dates
This commit is contained in:
@@ -124,7 +124,7 @@ search:
|
|||||||
order: "{{ .Config.type }}"
|
order: "{{ .Config.type }}"
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: div[class="tgxtablerow"]
|
selector: div.tgxtable > div:has(div[class="tgxtablecell shrink"])
|
||||||
|
|
||||||
fields:
|
fields:
|
||||||
category:
|
category:
|
||||||
@@ -165,13 +165,13 @@ search:
|
|||||||
date:
|
date:
|
||||||
# 20Mins ago
|
# 20Mins ago
|
||||||
optional: true
|
optional: true
|
||||||
selector: div.tgxtablecell:last-of-type:contains("ago")
|
selector: div td:last-of-type:contains("ago")
|
||||||
filters:
|
filters:
|
||||||
- name: timeago
|
- name: timeago
|
||||||
date:
|
date:
|
||||||
# 24/12/18 13:55
|
# 24/12/18 13:55
|
||||||
optional: true
|
optional: true
|
||||||
selector: div.tgxtablecell:last-of-type small:contains(":")
|
selector: div td:last-of-type small:contains(":")
|
||||||
filters:
|
filters:
|
||||||
- name: append
|
- name: append
|
||||||
args: " -07:00" # PDT
|
args: " -07:00" # PDT
|
||||||
|
Reference in New Issue
Block a user