---
id: hebits
name: Hebits
description: "The Israeli Tracker"
language: he-IL
type: private
encoding: UTF-8
links:
- https://hebits.net/
caps:
categorymappings:
- {id: 1, cat: Movies, desc: "Movies"}
- {id: 2, cat: TV, desc: "TV"}
- {id: 4, cat: PC/0day, desc: "Apps"}
- {id: 5, cat: PC/Games, desc: "Games"}
- {id: 6, cat: Audio, desc: "Music"}
# Although books are supported, most of their names contains Hebrew chars, which makes it difficult to cleanup other releases from their Hebrew names
# - {id: 7, cat: Books, desc: "Books"}
- {id: 9, cat: XXX, desc: "XXX"}
- {id: 10, cat: Other, desc: "Other"}
modes:
search: [q]
tv-search: [q, imdbid, season, ep]
movie-search: [q, imdbid]
music-search: [q]
book-search: [q]
settings:
- name: cookie
type: text
label: Cookie
- name: info
type: info
label: How to get the Cookie
default: "
- Login to this tracker with your browser
- Open the DevTools panel by pressing F12
- Select the Network tab
- Click on the Doc button (Chrome Browser) or HTML button (FireFox)
- Refresh the page by pressing F5
- Click on the first row entry
- Select the Headers tab on the Right panel
- Find 'cookie:' in the Request Headers section
- Select and Copy the whole cookie string (everything after 'cookie: ') and Paste here.
"
login:
method: cookie
inputs:
cookie: "{{ .Config.cookie }}"
test:
path: torrents.php
selector: a[href="/index.php"]
search:
paths:
- path: "torrents.php"
inputs:
searchstr: "{{ if .Query.IMDBID }}{{ .Query.IMDBID }} {{ .Query.Episode }}{{ else }}{{ .Keywords }}{{ end }}"
order_by: "time"
order_way: "desc"
$raw: "{{ range .Categories }}filter_cat[{{.}}]=1&{{end}}"
keywordsfilters:
# remove dashes at the beginning of keywords as they exclude search strings (see issue #3096)
- name: re_replace
args: ["(^|\\s)-", " "]
rows:
selector: .torrent
fields:
title:
selector: .torrent_info
filters:
- name: re_replace
args: ["[א-ת].*", ""]
_id:
selector: a[href*="reportsv2.php?action=report&id="]
attribute: href
filters:
- name: re_replace
args: [".*&id=", ""]
details:
selector: a[href*="torrentid"]
attribute: href
magnet:
selector: a[href^="magnet"]
attribute: href
download:
selector: a[href^="torrents.php?action=download"]
attribute: href
files:
selector: td:nth-child(3)
date:
selector: td:nth-child(4) span
attribute: title
filters:
- name: append
args: " +02:00"
- name: dateparse
args: "02/01/2006, 15:04 -07:00"
size:
selector: td:nth-child(5)
grabs:
selector: td:nth-child(6)
seeders:
selector: td:nth-child(7)
leechers:
selector: td:nth-child(8)
downloadvolumefactor:
case:
"strong.tl_notice[title*=\"חצי פריליץ'\"]": 0.5
"strong.tl_notice[title*=\"פריליץ'\"]": 0
"*": 1
uploadvolumefactor:
case:
"strong.tl_notice[title*=\"העלאה כפולה\"]": 2
"*": 1