mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
anaschcc: update category selector & date format
This commit is contained in:
@@ -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:
|
||||||
|
Reference in New Issue
Block a user