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

View File

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