torrentgalaxy: site updated, fix rows and dates

This commit is contained in:
ilike2burnthing
2020-12-08 19:27:08 +00:00
committed by GitHub
parent 222c02f28a
commit 784e121509

View File

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