Skip to content

Commit

Permalink
pier720: fix date processing, and add row andmatch
Browse files Browse the repository at this point in the history
  • Loading branch information
garfield69 committed Sep 28, 2020
1 parent eab7405 commit 57b79f7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Jackett.Common/Definitions/pier720.yml
Expand Up @@ -134,6 +134,8 @@ search:

rows:
selector: li.row
filters:
- name: andmatch

fields:
title:
Expand Down Expand Up @@ -162,6 +164,12 @@ search:
selector: dd.views span.my_tt.complet
date:
selector: div.left-box time
filters:
# All times are Pacific/Pitcairn UTC-08:00
- name: replace
args: ["T", " "]
- name: replace
args: ["+00:00", " -08:00"]
downloadvolumefactor:
text: 1
uploadvolumefactor:
Expand Down

0 comments on commit 57b79f7

Please sign in to comment.