Skip to content

Commit

Permalink
hebits: new selectors
Browse files Browse the repository at this point in the history
  • Loading branch information
garfield69 committed Sep 7, 2022
1 parent f3d4919 commit 7bdafb0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/Jackett.Common/Definitions/hebits.yml
Expand Up @@ -129,23 +129,23 @@ search:
selector: a[data-cover^="/images/"]
attribute: data-cover
files:
selector: td:nth-child(3)
selector: td:nth-child(4)
date:
selector: td:nth-child(4) span
selector: td:nth-child(5) span
attribute: title
filters:
- name: append
args: " +02:00" # IST
- name: dateparse
args: "02/01/2006, 15:04 -07:00"
size:
selector: td:nth-child(5)
grabs:
selector: td:nth-child(6)
seeders:
grabs:
selector: td:nth-child(7)
leechers:
seeders:
selector: td:nth-child(8)
leechers:
selector: td:nth-child(9)
downloadvolumefactor:
case:
"strong.tl_notice[title*=\"חצי פריליץ'\"]": 0.5 # 50%
Expand Down

0 comments on commit 7bdafb0

Please sign in to comment.