Skip to content

Commit

Permalink
rptorrents: refresh cats, add date TZ
Browse files Browse the repository at this point in the history
  • Loading branch information
garfield69 committed Oct 14, 2020
1 parent f2fd6d6 commit 44d5fe1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/Jackett.Common/Definitions/rptorrents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ caps:
- {id: 10, cat: Movies/3D, desc: "Movies 3D"}
- {id: 11, cat: Movies, desc: "Movies Pack"}
- {id: 12, cat: Movies/BluRay, desc: "Movies Bluray"}
- {id: 33, cat: Movies/BluRay, desc: "Movies Bluray - Rips"}
- {id: 33, cat: Movies/HD, desc: "Movies Full-HD"}
- {id: 14, cat: TV/HD, desc: "TV HD"}
- {id: 15, cat: TV/WEB-DL, desc: "TV WEB-DL"}
- {id: 16, cat: TV/SD, desc: "TV SD"}
Expand Down Expand Up @@ -130,8 +130,10 @@ search:
date:
selector: td:nth-child(5)
filters:
- name: append
args: " +02:00" # EET
- name: dateparse
args: "02.01.200615:04:05"
args: "02.01.200615:04:05 -07:00"
grabs:
selector: td:nth-child(7)
seeders:
Expand Down

0 comments on commit 44d5fe1

Please sign in to comment.