Jackett/src/Jackett.Common/Definitions/bithorlo.yml

149 lines
4.5 KiB
YAML
Raw Normal View History

---
2017-12-01 14:27:07 +00:00
site: bithorlo
name: Bithorlo
description: "Bithorlo (BHO) is a HUNGARIAN Private Torrent Tracker for MOVIES / GENERAL"
language: hu-hu
type: private
encoding: ISO-8859-2
links:
- https://www.bithorlo.info/
caps:
categorymappings:
# E-book
- {id: 40, cat: Books, desc: "E-book/Eng"}
- {id: 19, cat: Books, desc: "E-book/Hun"}
# Játék
- {id: 38, cat: Console, desc: "Játék/Consol"}
- {id: 15, cat: PC/Games, desc: "Játék/ISO"}
- {id: 37, cat: PC/Games, desc: "Játék/Rip"}
# Filmek
- {id: 51, cat: Movies/SD, desc: "Cam/Eng"}
- {id: 50, cat: Movies/SD, desc: "Cam/Hun"}
- {id: 2, cat: Movies/DVD, desc: "DVD/Eng"}
- {id: 1, cat: Movies/DVD, desc: "DVD/Hun"}
- {id: 42, cat: Movies/DVD, desc: "Dvd9/Eng"}
- {id: 41, cat: Movies/DVD, desc: "Dvd9/Hun"}
- {id: 29, cat: Movies/HD, desc: "HD/Eng"}
- {id: 28, cat: Movies/HD, desc: "HD/Hun"}
- {id: 33, cat: TV, desc: "Sorozat/Eng"}
- {id: 5, cat: TV, desc: "Sorozat/Hun"}
- {id: 4, cat: Movies/SD, desc: "Xvid/Eng"}
- {id: 3, cat: Movies/SD, desc: "Xvid/Hun"}
# Zene
- {id: 12, cat: Audio, desc: "Zene/Eng"}
- {id: 13, cat: Audio, desc: "Zene/Hun"}
# Egyéb
- {id: 20, cat: Other, desc: "Képek"}
- {id: 21, cat: PC/Phone-Other, desc: "Mobil"}
# Program
- {id: 22, cat: PC/0day, desc: "Win/Program/ISO"}
- {id: 23, cat: PC/0day, desc: "Win/Program/Rip"}
# Felnőtt tartalom
- {id: 9, cat: XXX, desc: "XXX/Film"}
- {id: 10, cat: XXX, desc: "XXX/Kép"}
modes:
search: [q]
tv-search: [q, season, ep]
2019-08-23 20:54:13 +00:00
movie-search: [q]
2020-04-21 21:01:58 +00:00
music-search: [q]
2017-12-01 14:27:07 +00:00
settings:
2020-03-19 23:38:02 +00:00
- name: info_alert
type: info
label: Alert about Cookie
default: "If during your cookie save you get the following error:</br><b>The 'Value'='xzlogin,xzrecover,xzsignup' part of the cookie is invalid.</b></br>Then remove <b>acopendivids=xzlogin,xzrecover,xzsignup; </b> from the cookie string before proceeding to save."
2017-12-01 14:27:07 +00:00
- name: cookie
type: text
2019-02-04 06:26:40 +00:00
label: Cookie
- name: info
type: info
label: How to get the Cookie
default: "<ol><li>Login to this tracker with your browser<li>Open the <b>DevTools</b> panel by pressing <b>F12</b><li>Select the <b>Network</b> tab<li>Click on the <b>Doc</b> button<li>Refresh the page by pressing <b>F5</b><li>Select the <b>Headers</b> tab<li>Find <b>'cookie:'</b> in the <b>Request Headers</b> section<li><b>Select</b> and <b>Copy</b> the whole cookie string <i>(everything after 'cookie: ')</i> and <b>Paste</b> here.</ol>"
2019-12-13 16:30:33 +00:00
- name: sort
type: select
label: Sort requested from site
default: "4"
options:
"4": "created"
"7": "seeders"
"5": "size"
"1": "title"
- name: type
type: select
label: Order requested from site
default: "desc"
options:
"desc": "desc"
"asc": "asc"
2017-12-01 14:27:07 +00:00
login:
method: cookie
test:
path: browse.php
2017-12-01 14:27:07 +00:00
search:
paths:
- path: browse.php
2017-12-01 14:27:07 +00:00
inputs:
2019-12-13 16:30:33 +00:00
$raw: "{{ range .Categories }}c{{.}}=1&{{end}}"
2019-08-23 20:54:13 +00:00
search: "{{ .Keywords }}"
2019-12-13 16:30:33 +00:00
sort: "{{ .Config.sort }}"
type: "{{ .Config.type }}"
2017-12-01 14:27:07 +00:00
rows:
selector: tr[class^="browse"]
2019-12-13 16:30:33 +00:00
2017-12-01 14:27:07 +00:00
fields:
2019-12-13 16:30:33 +00:00
category:
selector: a[href^="browse.php?cat="]
2017-12-01 14:27:07 +00:00
attribute: href
2019-12-13 16:30:33 +00:00
filters:
- name: querystring
args: cat
- name: trim # some torrents have an extra space
2017-12-01 14:27:07 +00:00
title:
selector: a[href^="torrent.php?id="]
attribute: title
2019-12-13 16:30:33 +00:00
details:
selector: a[href^="torrent.php?id="]
attribute: href
download:
selector: a[href^="download.php?id="]
attribute: href
2017-12-01 14:27:07 +00:00
banner:
optional: true
selector: a[href^="torrent.php?id="][onmouseover]
attribute: onmouseover
filters:
- name: regexp
args: ", '(.*)'"
size:
selector: td:nth-child(4)
grabs:
selector: td:nth-child(5)
seeders:
selector: td:nth-child(6)
leechers:
selector: td:nth-child(7)
date:
selector: "a[style=\"font-size: 8pt;cursor: pointer;\"][title]"
2019-12-13 16:30:33 +00:00
downloadvolumefactor:
case:
2020-01-16 04:33:16 +00:00
img[title="Ingyenes letöltés"]: 0
"*": 1
2019-12-13 16:30:33 +00:00
uploadvolumefactor:
selector: span:contains("Feltöltési szorzó")
filters:
- name: replace
args: ["Feltöltési szorzó × ", ""]
2020-01-16 04:33:16 +00:00
# engine n/a