2017-09-15 06:14:46 +00:00
|
|
|
|
---
|
2020-05-11 19:59:28 +00:00
|
|
|
|
id: bithumen
|
2020-05-10 20:05:19 +00:00
|
|
|
|
name: BitHUmen
|
|
|
|
|
description: "BitHUmen is a Hungarian Private site for TV / MOVIES / GENERAL"
|
|
|
|
|
language: hu-hu
|
|
|
|
|
type: private
|
|
|
|
|
encoding: ISO-8859-2
|
|
|
|
|
links:
|
|
|
|
|
- https://bithumen.be/
|
2017-01-05 18:14:41 +00:00
|
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
|
caps:
|
|
|
|
|
categorymappings:
|
|
|
|
|
- {id: 23, cat: Movies/SD, desc: "Film/Hun/SD"}
|
|
|
|
|
- {id: 24, cat: Movies/DVD, desc: "Film/Hun/DVD-R"}
|
|
|
|
|
- {id: 25, cat: Movies/HD, desc: "Film/Hun/720p"}
|
|
|
|
|
- {id: 37, cat: Movies/HD, desc: "Film/Hun/1080p"}
|
|
|
|
|
- {id: 33, cat: Movies/BluRay, desc: "Film/Hun/Blu-ray"}
|
|
|
|
|
- {id: 30, cat: XXX, desc: "XXX/SD"}
|
|
|
|
|
- {id: 19, cat: Movies/SD, desc: "Film/Eng/SD"}
|
|
|
|
|
- {id: 20, cat: Movies/DVD, desc: "Film/Eng/DVD-R"}
|
|
|
|
|
- {id: 5, cat: Movies/HD, desc: "Film/Eng/720p"}
|
|
|
|
|
- {id: 39, cat: Movies/HD, desc: "Film/Eng/1080p"}
|
|
|
|
|
- {id: 40, cat: Movies/BluRay, desc: "Film/Eng/Blu-ray"}
|
|
|
|
|
- {id: 34, cat: XXX, desc: "XXX/HD"}
|
|
|
|
|
- {id: 7, cat: TV/SD, desc: "Sorozat/Hun/SD"}
|
|
|
|
|
- {id: 41, cat: TV/HD, desc: "Sorozat/Hun/HD"}
|
|
|
|
|
- {id: 26, cat: TV/SD, desc: "Sorozat/Eng/SD"}
|
|
|
|
|
- {id: 42, cat: TV/HD, desc: "Sorozat/Eng/HD"}
|
|
|
|
|
- {id: 28, cat: Books, desc: "eBook/Hun"}
|
|
|
|
|
- {id: 29, cat: Books, desc: "eBook/Eng"}
|
|
|
|
|
- {id: 9, cat: Audio/MP3, desc: "Mp3/Hun"}
|
|
|
|
|
- {id: 35, cat: Audio/Lossless, desc: "Lossless/Hun"}
|
|
|
|
|
- {id: 1, cat: PC/0day, desc: "Programok/ISO"}
|
|
|
|
|
- {id: 4, cat: PC/Games, desc: "Játékok/ISO"}
|
|
|
|
|
- {id: 31, cat: Console/PS4, desc: "Játékok/PS"}
|
|
|
|
|
- {id: 36, cat: Console/Wii, desc: "Játékok/Wii"}
|
|
|
|
|
- {id: 6, cat: Audio/MP3, desc: "Mp3/Eng"}
|
|
|
|
|
- {id: 38, cat: Audio/Lossless, desc: "Lossless/Eng"}
|
|
|
|
|
- {id: 22, cat: PC, desc: "Programok/egyéb"}
|
|
|
|
|
- {id: 21, cat: PC, desc: "Játékok/Rip/Dox"}
|
2020-10-28 19:00:48 +00:00
|
|
|
|
- {id: 32, cat: Console/XBox 360, desc: "Játékok/Xbox360"}
|
2020-05-10 20:05:19 +00:00
|
|
|
|
- {id: 27, cat: Other, desc: "Klipek"}
|
2017-01-05 18:14:41 +00:00
|
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
|
modes:
|
2020-10-19 03:56:16 +00:00
|
|
|
|
search: [q]
|
2020-05-10 20:05:19 +00:00
|
|
|
|
tv-search: [q, season, ep, imdbid]
|
|
|
|
|
movie-search: [q, imdbid]
|
|
|
|
|
music-search: [q]
|
2020-10-17 04:50:47 +00:00
|
|
|
|
book-search: [q]
|
2017-01-05 18:14:41 +00:00
|
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
|
login:
|
|
|
|
|
path: takelogin.php
|
|
|
|
|
method: post
|
|
|
|
|
inputs:
|
|
|
|
|
username: "{{ .Config.username }}"
|
|
|
|
|
password: "{{ .Config.password }}"
|
|
|
|
|
error:
|
|
|
|
|
- selector: td.embedded:has(h2:contains("bejelentkezés"))
|
|
|
|
|
test:
|
|
|
|
|
path: browse.php
|
2017-01-05 18:14:41 +00:00
|
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
|
search:
|
|
|
|
|
paths:
|
|
|
|
|
- path: browse.php
|
|
|
|
|
inputs:
|
|
|
|
|
$raw: "{{ range .Categories }}c{{.}}=1&{{end}}"
|
2020-11-17 03:28:44 +00:00
|
|
|
|
search: "{{ if .Query.IMDBID }}{{ .Query.IMDBID }}{{ else }}{{ .Keywords }}{{ end }}" # for dashboard imdbid search
|
2020-05-10 20:05:19 +00:00
|
|
|
|
incldead: 1
|
2020-03-10 02:35:59 +00:00
|
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
|
rows:
|
|
|
|
|
selector: table#torrenttable > tbody > tr:has(a[href^="details.php?id="])
|
|
|
|
|
filters:
|
|
|
|
|
- name: andmatch
|
2020-03-10 02:35:59 +00:00
|
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
|
fields:
|
2018-09-04 13:49:12 +00:00
|
|
|
|
# download button can be disbled in the profile, use details link instead
|
|
|
|
|
# download:
|
|
|
|
|
# selector: a[href^="download.php/"]
|
|
|
|
|
# attribute: href
|
2020-05-10 20:05:19 +00:00
|
|
|
|
download:
|
|
|
|
|
selector: a[href^="details.php?id="]
|
|
|
|
|
attribute: href
|
|
|
|
|
filters:
|
|
|
|
|
- name: replace
|
|
|
|
|
args: ["details.php?id=", "download.php/"]
|
|
|
|
|
- name: append
|
|
|
|
|
args: "/invalid.torrent"
|
|
|
|
|
title:
|
|
|
|
|
selector: a[href^="details.php?id="]
|
|
|
|
|
title:
|
|
|
|
|
optional: true
|
|
|
|
|
selector: a[href^="details.php?id="]
|
|
|
|
|
attribute: title
|
|
|
|
|
details:
|
|
|
|
|
selector: a[href^="details.php?id="]
|
|
|
|
|
attribute: href
|
|
|
|
|
imdb:
|
2020-05-25 03:17:44 +00:00
|
|
|
|
selector: a[href*="imdb.com/title/tt"]
|
2020-05-10 20:05:19 +00:00
|
|
|
|
attribute: href
|
2020-11-07 23:43:33 +00:00
|
|
|
|
poster:
|
2020-05-10 20:05:19 +00:00
|
|
|
|
selector: a[onmouseover^="bithumen.UI.images.coverShow"]
|
|
|
|
|
attribute: onmouseover
|
|
|
|
|
filters:
|
|
|
|
|
- name: regexp
|
|
|
|
|
args: "\"(.*?)\""
|
|
|
|
|
category:
|
|
|
|
|
selector: a[href^="?cat="]
|
|
|
|
|
attribute: href
|
|
|
|
|
filters:
|
|
|
|
|
- name: querystring
|
|
|
|
|
args: cat
|
|
|
|
|
seeders:
|
|
|
|
|
selector: td:nth-child(8)
|
|
|
|
|
leechers:
|
|
|
|
|
selector: td:nth-child(9)
|
|
|
|
|
filters:
|
|
|
|
|
- name: regexp
|
|
|
|
|
args: /\s*([\d,]+)
|
|
|
|
|
grabs:
|
|
|
|
|
selector: td:nth-child(7)
|
|
|
|
|
files:
|
|
|
|
|
selector: td:nth-child(3)
|
|
|
|
|
size:
|
|
|
|
|
selector: td:nth-child(6) > u
|
|
|
|
|
downloadvolumefactor:
|
2021-05-27 19:36:57 +00:00
|
|
|
|
text: 0
|
2020-05-10 20:05:19 +00:00
|
|
|
|
uploadvolumefactor:
|
2020-11-17 03:28:44 +00:00
|
|
|
|
text: 1
|
2020-05-10 20:05:19 +00:00
|
|
|
|
uploadvolumefactor:
|
|
|
|
|
optional: true
|
|
|
|
|
selector: td:nth-child(5) > nobr > font:contains(" × ")
|
|
|
|
|
filters:
|
|
|
|
|
- name: replace
|
|
|
|
|
args: ["×", ""]
|
|
|
|
|
date:
|
|
|
|
|
selector: td:nth-child(5):contains('.')
|
|
|
|
|
optional: true
|
|
|
|
|
remove: font
|
|
|
|
|
filters:
|
|
|
|
|
- name: replace
|
|
|
|
|
args: [". ", " "]
|
|
|
|
|
- name: prepend
|
|
|
|
|
args: "{{ .Today.Year }}."
|
|
|
|
|
- name: re_replace
|
|
|
|
|
args: ["([0-9]{4}).([0-9]+).([0-9]+) (.*)", "$2.$3.$1 $4"]
|
|
|
|
|
date:
|
|
|
|
|
selector: td:nth-child(5):contains('ma'), td:nth-child(5):contains("tegnap"), td:nth-child(5):contains('-')
|
|
|
|
|
optional: true
|
|
|
|
|
remove: font
|
|
|
|
|
filters:
|
|
|
|
|
- name: replace
|
|
|
|
|
args: ["ma", "today"]
|
|
|
|
|
- name: replace
|
|
|
|
|
args: ["tegnap", "yesterday"]
|
|
|
|
|
description:
|
|
|
|
|
selector: td:nth-child(2) > div
|
2020-03-10 02:35:59 +00:00
|
|
|
|
# engine tbd
|