anaschcc: update category selector & date format

This commit is contained in:
ilike2burnthing
2021-03-18 04:17:31 +00:00
committed by GitHub
parent ccd124edf9
commit 0ea2d0ba7b

View File

@@ -90,11 +90,11 @@ search:
fields: fields:
category: category:
selector: td a[href^="index.php?page=torrents&category="] selector: td a[href^="index.php?page=torrents&category[]="]
attribute: href attribute: href
filters: filters:
- name: querystring - name: querystring
args: category args: category[]
title: title:
selector: td a[href^="index.php?page=torrent-details"] selector: td a[href^="index.php?page=torrent-details"]
details: details:
@@ -126,13 +126,13 @@ search:
size: size:
selector: td:nth-child(5) selector: td:nth-child(5)
date: date:
# 22/01/2021 01:28 # 22/01/21 01:28
selector: td:nth-child(6) selector: td:nth-child(6)
filters: filters:
- name: append - name: append
args: " +00:00" # auto adjusted by site account profile - doesn't adjust for DST args: " +00:00" # auto adjusted by site account profile - doesn't adjust for DST
- name: dateparse - name: dateparse
args: "02/01/2006 15:04 -07:00" args: "02/01/06 15:04 -07:00"
seeders: seeders:
selector: td:nth-child(7) selector: td:nth-child(7)
leechers: leechers: