Skip to content

Commit

Permalink
bithorlo: add date TZ
Browse files Browse the repository at this point in the history
  • Loading branch information
garfield69 committed Sep 29, 2020
1 parent 08dc141 commit cf58cff
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Jackett.Common/Definitions/bithorlo.yml
Expand Up @@ -142,6 +142,11 @@ search:
selector: td:nth-child(7)
date:
selector: "a[style=\"font-size: 8pt;cursor: pointer;\"][title]"
filters:
- name: append
args: " +01:00" # CET
- name: dateparse
args: "2006-01-02 15:04:05 -07:00"
downloadvolumefactor:
case:
img[title="Ingyenes letöltés"]: 0
Expand All @@ -151,4 +156,5 @@ search:
filters:
- name: replace
args: ["Feltöltési szorzó × ", ""]
# minimumseedtime: there is no mandatory seed time
# engine n/a

0 comments on commit cf58cff

Please sign in to comment.