2017-04-15 08:45:10 +00:00
|
|
|
---
|
|
|
|
site: thehorrorcharnel
|
|
|
|
name: The Horror Charnel
|
2019-02-09 04:55:59 +00:00
|
|
|
description: "The Horror Charnel (THC) is a Private Torrent Tracker for HORROR / CULT / SLEAZE / SCI FI MOVIES"
|
2017-04-15 08:45:10 +00:00
|
|
|
language: en-us
|
|
|
|
type: private
|
|
|
|
encoding: UTF-8
|
|
|
|
links:
|
2019-02-12 19:18:17 +00:00
|
|
|
- https://horrorcharnel.org/
|
2017-04-15 08:45:10 +00:00
|
|
|
|
|
|
|
caps:
|
|
|
|
categories:
|
|
|
|
1: Movies
|
|
|
|
2: TV
|
|
|
|
|
|
|
|
modes:
|
|
|
|
search: [q]
|
2019-02-19 07:01:08 +00:00
|
|
|
tv-search: [q, season, ep, imdbid]
|
|
|
|
movie-search: [q, imdbid]
|
2017-04-15 08:45:10 +00:00
|
|
|
|
|
|
|
settings:
|
|
|
|
- name: username
|
|
|
|
type: text
|
|
|
|
label: Username
|
|
|
|
- name: password
|
|
|
|
type: password
|
|
|
|
label: Password
|
|
|
|
|
|
|
|
login:
|
|
|
|
path: loginto.php
|
|
|
|
method: form
|
|
|
|
form: form
|
|
|
|
inputs:
|
|
|
|
username: "{{ .Config.username }}"
|
|
|
|
password: "{{ .Config.password }}"
|
|
|
|
use_sslvalue=: "on"
|
|
|
|
perm_ssl: "1"
|
|
|
|
returnto: "/"
|
|
|
|
error:
|
|
|
|
- selector: "div#base_content > table.mainouter > tbody > tr > td.outer > table.main > tbody > tr > td:has(h2)"
|
|
|
|
test:
|
|
|
|
path: usercp.php
|
|
|
|
|
|
|
|
ratio:
|
2019-02-12 19:18:17 +00:00
|
|
|
path: my.php
|
2017-04-15 08:45:10 +00:00
|
|
|
selector: td.navi_top:contains("Deine Ratio:")
|
|
|
|
filters:
|
|
|
|
- name: replace
|
|
|
|
args: ["Deine Ratio: ", ""]
|
|
|
|
- name: replace
|
|
|
|
args: [".", ""]
|
|
|
|
- name: replace
|
|
|
|
args: [",", "."]
|
|
|
|
|
|
|
|
search:
|
2017-10-23 17:55:22 +00:00
|
|
|
paths:
|
2019-02-12 19:18:17 +00:00
|
|
|
- path: browse.php
|
2017-04-15 08:45:10 +00:00
|
|
|
inputs:
|
2019-02-19 07:01:08 +00:00
|
|
|
search: "{{if .Query.IMDBID}}{{ .Query.IMDBIDShort }}{{else}}{{ .Keywords }}{{end}}"
|
2017-04-15 08:45:10 +00:00
|
|
|
incldead: 1
|
2019-02-19 07:01:08 +00:00
|
|
|
cat: 0
|
2017-04-15 08:45:10 +00:00
|
|
|
|
|
|
|
rows:
|
2017-11-08 15:41:50 +00:00
|
|
|
selector: p + table > tbody > tr:has(a[href^="download.php"]), p + table > tbody > tr:has(a[href^="download.php"]) + tr[id^="kdescr"] # sometimes an unexpected tr[id^="kdescr"] row shows up (for unpublished torrents?)
|
2017-04-15 08:45:10 +00:00
|
|
|
after: 1
|
|
|
|
fields:
|
|
|
|
title:
|
|
|
|
selector: a[onmouseover][href^="details.php?id="]
|
|
|
|
attribute: onmouseover
|
|
|
|
filters:
|
|
|
|
- name: regexp
|
|
|
|
args: <b>(.*?)</b>
|
|
|
|
description:
|
|
|
|
selector: td[colspan="13"]
|
|
|
|
remove: a
|
|
|
|
category:
|
|
|
|
text: 1
|
|
|
|
comments:
|
|
|
|
selector: a[onmouseover][href^="details.php"]
|
|
|
|
attribute: href
|
|
|
|
download:
|
|
|
|
selector: a[href^="download.php"]
|
|
|
|
attribute: href
|
|
|
|
files:
|
|
|
|
selector: td:nth-child(6)
|
|
|
|
size:
|
|
|
|
selector: td:nth-child(9)
|
|
|
|
seeders:
|
|
|
|
selector: td:nth-child(11)
|
|
|
|
leechers:
|
|
|
|
selector: td:nth-child(12)
|
|
|
|
date:
|
|
|
|
selector: td:nth-child(8)
|
|
|
|
grabs:
|
|
|
|
selector: td:nth-child(10)
|
|
|
|
filters:
|
|
|
|
- name: regexp
|
|
|
|
args: (\d+)
|
|
|
|
downloadvolumefactor:
|
|
|
|
case:
|
|
|
|
img[src="free.gif"]: "0"
|
|
|
|
"*": "1"
|
|
|
|
uploadvolumefactor:
|
|
|
|
case:
|
2016-11-20 12:09:25 +00:00
|
|
|
"*": "1"
|