2020-03-03 16:28:26 +00:00
|
|
|
|
---
|
2021-03-06 16:19:42 +00:00
|
|
|
|
id: hdhouse
|
|
|
|
|
name: HDhouse
|
|
|
|
|
description: "HDhouse (HDReactor) is a RUSSIAN Public Torrent Tracker for MOVIES / TV"
|
2021-09-07 23:09:51 +00:00
|
|
|
|
language: ru-RU
|
2020-05-10 20:05:19 +00:00
|
|
|
|
type: public
|
|
|
|
|
encoding: windows-1251
|
|
|
|
|
links:
|
|
|
|
|
- https://hdreactor.club/
|
2021-10-20 18:09:42 +00:00
|
|
|
|
- https://hdreactor.net/
|
2020-05-15 21:06:58 +00:00
|
|
|
|
legacylinks:
|
|
|
|
|
- https://hdreactor.guru/
|
2021-05-10 02:57:42 +00:00
|
|
|
|
- https://hdreactor.su/
|
2021-10-20 18:09:42 +00:00
|
|
|
|
- https://hdhouse.club/
|
2019-11-03 08:09:05 +00:00
|
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
|
caps:
|
|
|
|
|
categorymappings:
|
2021-06-05 22:13:47 +00:00
|
|
|
|
- {id: 2001, cat: Movies/HD, desc: "Кино HD"}
|
|
|
|
|
- {id: 5006, cat: Movies/UHD, desc: "Кино UHD"}
|
|
|
|
|
- {id: 2007, cat: TV/Anime, desc: "Мультфильмы"}
|
|
|
|
|
- {id: 2006, cat: TV/HD, desc: "Сериалы HD"}
|
|
|
|
|
- {id: 2004, cat: Audio/Lossless, desc: "Музыка A"}
|
|
|
|
|
- {id: 5007, cat: Audio/Video, desc: "Музыка V"}
|
|
|
|
|
- {id: 2003, cat: XXX, desc: "18+ HD"}
|
|
|
|
|
- {id: 2005, cat: PC/Games, desc: "Игры"}
|
|
|
|
|
- {id: 5005, cat: TV/Sport, desc: "Спорт HD"} # not shown in list
|
2019-11-03 08:09:05 +00:00
|
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
|
modes:
|
|
|
|
|
search: [q]
|
|
|
|
|
tv-search: [q, season, ep]
|
|
|
|
|
movie-search: [q]
|
|
|
|
|
music-search: [q]
|
2019-11-03 08:09:05 +00:00
|
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
|
settings:
|
|
|
|
|
- name: striprussian
|
|
|
|
|
type: checkbox
|
|
|
|
|
label: Strip Russian Letters
|
|
|
|
|
default: false
|
|
|
|
|
- name: sort
|
|
|
|
|
type: select
|
|
|
|
|
label: Sort requested from site
|
2020-10-23 18:32:22 +00:00
|
|
|
|
default: date
|
2020-05-10 20:05:19 +00:00
|
|
|
|
options:
|
2020-10-23 18:32:22 +00:00
|
|
|
|
date: created
|
|
|
|
|
title: title
|
2020-05-10 20:05:19 +00:00
|
|
|
|
- name: type
|
|
|
|
|
type: select
|
|
|
|
|
label: Order requested from site
|
2020-10-23 18:32:22 +00:00
|
|
|
|
default: desc
|
2020-05-10 20:05:19 +00:00
|
|
|
|
options:
|
2020-10-23 18:32:22 +00:00
|
|
|
|
desc: desc
|
|
|
|
|
asc: asc
|
2019-11-03 08:09:05 +00:00
|
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
|
download:
|
2021-06-14 05:13:56 +00:00
|
|
|
|
selectors:
|
|
|
|
|
- selector: a[href^="magnet:?xt="]
|
|
|
|
|
attribute: href
|
2019-11-03 08:09:05 +00:00
|
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
|
search:
|
|
|
|
|
# https://hdreactor.net/index.php?do=search&subaction=search&showposts=1&story=2020&catlist[]=2001&catlist[]=2006
|
|
|
|
|
paths:
|
|
|
|
|
- path: index.php
|
|
|
|
|
keywordsfilters:
|
|
|
|
|
- name: diacritics
|
|
|
|
|
args: replace
|
|
|
|
|
- name: re_replace # S01 to Сезон 1
|
|
|
|
|
args: ["(?i)\\bS0*(\\d+)\\b", " Сезон $1"]
|
|
|
|
|
- name: re_replace # S01E01 to Сезон 1 Серии 1
|
|
|
|
|
args: ["(?i)\\bS0*(\\d+)E0*(\\d+)\\b", " Сезон $1 Серии $2"]
|
|
|
|
|
inputs:
|
|
|
|
|
$raw: "{{ range .Categories }}catlist[]={{.}}&{{end}}"
|
|
|
|
|
do: search
|
|
|
|
|
subaction: search
|
|
|
|
|
showposts: 1
|
2021-03-05 21:47:45 +00:00
|
|
|
|
# 0 in article, 1 in comments ,2 in static pages, 3 in article titles
|
2020-05-10 20:05:19 +00:00
|
|
|
|
titleonly: 3
|
|
|
|
|
story: "{{ if .Keywords }}{{ .Keywords }}{{ else }}{{ .Today.Year }}{{ end }}"
|
|
|
|
|
sortby: "{{ .Config.sort }}"
|
|
|
|
|
resorder: "{{ .Config.type }}"
|
2019-11-03 08:09:05 +00:00
|
|
|
|
|
2021-09-09 12:41:31 +00:00
|
|
|
|
headers:
|
|
|
|
|
# site presents hcaptcha challenge for Jackett's User-Agent, so slightly alter it here (e.g. Safari/537.36 > Safari/537.35)
|
|
|
|
|
User-Agent: ["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.35"]
|
|
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
|
rows:
|
2021-03-05 21:47:45 +00:00
|
|
|
|
selector: div.movie-item
|
2019-11-03 08:09:05 +00:00
|
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
|
fields:
|
|
|
|
|
category:
|
2021-03-05 21:47:45 +00:00
|
|
|
|
selector: div.movie-item__meta > span > a
|
2020-05-10 20:05:19 +00:00
|
|
|
|
case:
|
2021-06-05 22:13:47 +00:00
|
|
|
|
a[href$="/1/"]: 2001
|
|
|
|
|
a[href$="/4k_uhd/"]: 5006
|
|
|
|
|
a[href$="/7/"]: 2007
|
|
|
|
|
a[href$="/6/"]: 2006
|
|
|
|
|
a[href$="/4/"]: 2004
|
|
|
|
|
a[href$="/9/"]: 5007
|
|
|
|
|
a[href$="/3/"]: 2003
|
|
|
|
|
a[href$="/5/"]: 2005
|
|
|
|
|
a[href$="/sport-hd/"]: 5005 # not shown in list
|
2020-05-10 20:05:19 +00:00
|
|
|
|
title:
|
2021-03-05 21:47:45 +00:00
|
|
|
|
selector: span.movie-item__title
|
2020-05-10 20:05:19 +00:00
|
|
|
|
filters:
|
|
|
|
|
# normalize to SXXEYY format
|
|
|
|
|
- name: re_replace
|
|
|
|
|
args: ["[\\.\\,\\:\\-\\/\\|\\[\\]]", " "]
|
|
|
|
|
- name: re_replace
|
|
|
|
|
args: ["(.*)[CСcс]езон\\s*(\\d+)\\s*[CСcс]ери[ия]\\s*(\\d+)\\s*(\\d+)\\s*из\\s*\\d+(.*)", "$1 S$2E$3-$4 rus $5"]
|
|
|
|
|
- name: re_replace
|
|
|
|
|
args: ["(.*)[CСcс]езон\\s*(\\d+)\\s*[CСcс]ери[ия]\\s*(\\d+)\\s*(\\d+)\\s*(.*)", "$1 S$2E$3-$4 rus $5"]
|
|
|
|
|
- name: re_replace
|
|
|
|
|
args: ["(.*)[CСcс]езон\\s*(\\d+)\\s*[CСcс]ери[ия]\\s*(\\d+)\\s*из\\s*\\d+(.*)", "$1 S$2E$3 rus $4"]
|
|
|
|
|
- name: re_replace
|
|
|
|
|
args: ["(.*)[CСcс]езон\\s*(\\d+)(.*)", "$1 S$2 rus $3"]
|
|
|
|
|
- name: re_replace
|
|
|
|
|
args: ["(.*)[CСcс]]ери[ия]\\s*(\\d+)(.*)", "$1 E$2 rus $3"]
|
|
|
|
|
- name: re_replace
|
|
|
|
|
args: ["(\\([А-Яа-яЁё\\W]+\\))|(^[А-Яа-яЁё\\W\\d]+\\/ )|([а-яА-ЯЁё \\-]+,+)|([а-яА-ЯЁё]+)", "{{ if .Config.striprussian }}{{ else }}$1$2$3$4{{ end }}"]
|
|
|
|
|
- name: replace
|
|
|
|
|
args: ["WEBRip", "WEBDL"]
|
|
|
|
|
- name: replace
|
|
|
|
|
args: ["WEB DL", "WEBDL"]
|
|
|
|
|
- name: replace
|
|
|
|
|
args: ["WEBDLRip", "WEBDL"]
|
|
|
|
|
- name: replace
|
|
|
|
|
args: ["HDTVRip", "HDTV"]
|
|
|
|
|
details:
|
2021-03-05 21:47:45 +00:00
|
|
|
|
selector: div.movie-item__desc > a
|
2020-05-10 20:05:19 +00:00
|
|
|
|
attribute: href
|
|
|
|
|
download:
|
2021-03-05 21:47:45 +00:00
|
|
|
|
selector: div.movie-item__desc > a
|
2020-05-10 20:05:19 +00:00
|
|
|
|
attribute: href
|
2021-03-05 21:47:45 +00:00
|
|
|
|
poster:
|
|
|
|
|
selector: img
|
|
|
|
|
attribute: src
|
2020-05-10 20:05:19 +00:00
|
|
|
|
size:
|
2020-10-31 20:59:55 +00:00
|
|
|
|
text: "512 MB"
|
2020-05-10 20:05:19 +00:00
|
|
|
|
seeders:
|
|
|
|
|
text: 1
|
|
|
|
|
leechers:
|
|
|
|
|
text: 1
|
|
|
|
|
date:
|
2021-03-05 21:47:45 +00:00
|
|
|
|
selector: div.movie-item__meta > span:nth-child(2)
|
2020-05-10 20:05:19 +00:00
|
|
|
|
filters:
|
2021-03-05 21:47:45 +00:00
|
|
|
|
# 5-03-2021, 21:59
|
2020-05-10 20:05:19 +00:00
|
|
|
|
- name: replace
|
|
|
|
|
args: [",", ""]
|
2020-10-31 20:59:55 +00:00
|
|
|
|
- name: append
|
|
|
|
|
args: " +03:00" # MSK
|
2020-05-10 20:05:19 +00:00
|
|
|
|
- name: dateparse
|
2020-10-31 20:59:55 +00:00
|
|
|
|
args: "2-01-2006 15:04 -07:00"
|
2020-05-10 20:05:19 +00:00
|
|
|
|
downloadvolumefactor:
|
|
|
|
|
text: 0
|
|
|
|
|
uploadvolumefactor:
|
|
|
|
|
text: 1
|
2020-03-11 07:48:38 +00:00
|
|
|
|
# DataLife
|