Skip to content

Commit

Permalink
bitspyder: correct date TZ and fix processing, add MR
Browse files Browse the repository at this point in the history
  • Loading branch information
garfield69 committed Sep 29, 2020
1 parent cf58cff commit f8dffeb
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions src/Jackett.Common/Definitions/bitspyder.yml
Expand Up @@ -48,6 +48,7 @@ caps:

modes:
search: [q]
book-search: [q]

settings:
- name: username
Expand Down Expand Up @@ -94,9 +95,9 @@ search:
- path: browse.php
inputs:
search: "{{ .Keywords }}"
# 0 active 1 incldead 2 onlydead
# 0 active, 1 incldead, 2 onlydead
incldead: 1
# 0 title 1 default
# 0 title, 1 default
scope: 0
sort: "{{ .Config.sort }}"
type: "{{ .Config.type }}"
Expand Down Expand Up @@ -149,7 +150,7 @@ search:
- name: replace
args: ["\xA0", " "]
- name: append
args: " +00:00"
args: " -07:00" # PTZ
- name: dateparse
args: "2006-01-02 15:04:05 -07:00"
date:
Expand All @@ -159,17 +160,19 @@ search:
filters:
- name: replace
args: ["Upploaded at - ", ""]
- name: replace
args: ["\xA0", " "]
- name: append
args: " +00:00"
args: " -07:00" # PTZ
- name: dateparse
args: "2006-01-02 15:04:05 -07:00"
downloadvolumefactor:
case:
"*": "1"
text: 1
uploadvolumefactor:
case:
"*": "1"
text: 1
description:
optional: true
selector: font[color="#990000"]
minimumratio:
text: 1.0
# custom v4

0 comments on commit f8dffeb

Please sign in to comment.