mvgroup*: add date TZ

This commit is contained in:
Garfield69 2020-10-08 19:22:17 +13:00
parent 0cec4f9b56
commit 57364e03ba
2 changed files with 18 additions and 14 deletions

View File

@ -155,6 +155,8 @@ search:
selector: tr:has(a.magnetlink) selector: tr:has(a.magnetlink)
fields: fields:
category:
text: 1
title: title:
# fallback title (to prevent abend if optional is not found) # fallback title (to prevent abend if optional is not found)
text: "title not found" text: "title not found"
@ -176,15 +178,15 @@ search:
magnet: magnet:
selector: td a.magnetlink selector: td a.magnetlink
attribute: href attribute: href
category:
text: 1
size: size:
text: "500 MB" text: "500 MB"
date: date:
selector: td:nth-of-type(3) selector: td:nth-of-type(3)
filters: filters:
- name: append
args: " +00:00" # GMT
- name: dateparse - name: dateparse
args: "2006/01/02" args: "2006/01/02 -07:00"
seeders: seeders:
selector: td:nth-of-type(4) selector: td:nth-of-type(4)
leechers: leechers:

View File

@ -155,6 +155,8 @@ search:
selector: tr:has(a.magnetlink) selector: tr:has(a.magnetlink)
fields: fields:
category:
text: 1
title: title:
# fallback title (to prevent abend if optional is not found) # fallback title (to prevent abend if optional is not found)
text: "title not found" text: "title not found"
@ -176,15 +178,15 @@ search:
magnet: magnet:
selector: td a.magnetlink selector: td a.magnetlink
attribute: href attribute: href
category:
text: 1
size: size:
text: "500 MB" text: "500 MB"
date: date:
selector: td:nth-of-type(3) selector: td:nth-of-type(3)
filters: filters:
- name: append
args: " +00:00" # GMT
- name: dateparse - name: dateparse
args: "2006/01/02" args: "2006/01/02 -07:00"
seeders: seeders:
selector: td:nth-of-type(4) selector: td:nth-of-type(4)
leechers: leechers: