Skip to content

Commit

Permalink
teamhd: add date TZ
Browse files Browse the repository at this point in the history
  • Loading branch information
garfield69 committed Oct 20, 2020
1 parent ca9f358 commit e18dd19
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions src/Jackett.Common/Definitions/teamhd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,6 @@ caps:
movie-search: [q]
music-search: [q]

# login:
# path: takelogin.php
# method: post
# inputs:
# username: "{{ .Config.username }}"
# password: "{{ .Config.password }}"
# error:
# - selector: div.error
# test:
# path: index.php
# selector: a[href="/logout.php"]

settings:
- name: cookie
type: text
Expand Down Expand Up @@ -106,8 +94,10 @@ search:
date:
selector: td > div > small
filters:
- name: append
args: " +00:00" # auto adjusted by site account profile
- name: dateparse
args: "02-01-2006 15:04"
args: "02-01-2006 15:04 -07:00"
seeders:
selector: td:nth-child(4)
filters:
Expand Down

0 comments on commit e18dd19

Please sign in to comment.