2020-09-13 21:45:03 +00:00
---
id : carphunter
name : Carp-Hunter
description : "Carp-Hunter is a HUNGARIAN Private Torrent Tracker for MOVIES / TV / GENERAL"
2021-09-07 23:09:51 +00:00
language : hu-HU
2020-09-13 21:45:03 +00:00
type : private
encoding : UTF-8
links :
- https://carp-hunter.hu/
caps :
categorymappings :
- {id: 1, cat: Movies/SD, desc : "Film/Cam/Eng" }
- {id: 2, cat: Movies/SD, desc : "Film/Cam/Hun" }
- {id: 8, cat: Movies/DVD, desc : "Film/DVD/Eng" }
- {id: 7, cat: Movies/DVD, desc : "Film/DVD/Hun" }
- {id: 16, cat: Movies/HD, desc : "Film/HD1080P/Eng" }
- {id: 15, cat: Movies/HD, desc : "Film/HD1080P/Hun" }
- {id: 14, cat: Movies/HD, desc : "Film/HD720P/Eng" }
- {id: 13, cat: Movies/HD, desc : "Film/HD720P/Hun" }
2021-09-27 19:21:50 +00:00
- {id: 4, cat: Movies/SD, desc : "Film/SD/Eng" }
- {id: 3, cat: Movies/SD, desc : "Film/SD/Hun" }
2020-09-13 21:45:03 +00:00
- {id: 18, cat: Movies/UHD, desc : "Film/UHD/Eng" }
- {id: 17, cat: Movies/UHD, desc : "Film/UHD/Hun" }
- {id: 23, cat: Audio/Audiobook, desc : "Hangosköny" }
- {id: 19, cat: PC/Games, desc : "Játék/ISO" }
- {id: 20, cat: PC/Games, desc : "Játék/RIP" }
- {id: 24, cat: Other, desc : "Képek" }
- {id: 21, cat: Books, desc : "Könyv/Eng" }
- {id: 22, cat: Books, desc : "Könyv/Hun" }
- {id: 35, cat: TV/Anime, desc : "Mese/Eng" }
- {id: 36, cat: TV/Anime, desc : "Mese/Hun" }
2020-10-28 19:00:48 +00:00
- {id: 25, cat: PC/Mobile-Other, desc : "Mobil" }
2020-09-13 21:45:03 +00:00
- {id: 30, cat: PC/ISO, desc : "Programok/ISO" }
- {id: 31, cat: PC/0day, desc : "Programok/RIP" }
- {id: 33, cat: TV, desc : "Sorozat/Eng" }
- {id: 32, cat: TV, desc : "Sorozat/Hun" }
- {id: 34, cat: XXX, desc : "XXX/Filmek" }
2021-09-27 19:21:50 +00:00
- {id: 39, cat: XXX/ImageSet, desc : "XXX/Képek" }
2020-09-13 21:45:03 +00:00
- {id: 29, cat: Audio/Lossless, desc : "Zene/FLAC/Eng" }
- {id: 28, cat: Audio/Lossless, desc : "Zene/FLAC/Hun" }
- {id: 27, cat: Audio/MP3, desc : "Zene/MP3/Eng" }
- {id: 26, cat: Audio/MP3, desc : "Zene/MP3/Hun" }
modes :
search : [ q]
tv-search : [ q, season, ep]
movie-search : [ q]
music-search : [ q]
2020-10-17 04:50:47 +00:00
book-search : [ q]
2020-09-13 21:45:03 +00:00
settings :
2021-11-05 06:41:27 +00:00
- name : cookie
2020-09-13 21:45:03 +00:00
type : text
2021-11-05 06:41:27 +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 (Chrome Browser) or <b>HTML</b> button (FireFox)<li>Refresh the page by pressing <b>F5</b><li>Click on the first row entry<li>Select the <b>Headers</b> tab on the Right panel<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>"
2020-09-13 21:45:03 +00:00
- name : freeleech
type : checkbox
label : Search freeleech only
default : false
- name : sort
type : select
label : Sort requested from site
2020-10-23 05:51:06 +00:00
default : 4
2020-09-13 21:45:03 +00:00
options :
2020-10-23 05:51:06 +00:00
4 : created
7 : seeders
5 : size
2020-09-13 21:45:03 +00:00
- name : type
type : select
label : Order requested from site
2020-10-23 05:51:06 +00:00
default : desc
2020-09-13 21:45:03 +00:00
options :
2020-10-23 05:51:06 +00:00
desc : desc
asc : asc
2020-09-13 21:45:03 +00:00
login :
2021-11-05 06:41:27 +00:00
method : cookie
2020-09-13 21:45:03 +00:00
inputs :
2021-11-05 06:41:27 +00:00
cookie : "{{ .Config.cookie }}"
test :
path : index.php
2021-08-24 21:01:20 +00:00
selector : a[href^="logout.php"]
2020-09-13 21:45:03 +00:00
search :
paths :
- path : letoltes.php
keywordsfilters :
# the site uses % for wildcard
- name : re_replace
args : [ "[^a-zA-Z0-9]+" , "%" ]
inputs :
2021-07-30 04:29:01 +00:00
$raw : "{{ range .Categories }}cat[]={{.}}&{{end}}"
2020-09-13 21:45:03 +00:00
search : "{{ .Keywords }}"
2021-06-07 06:30:24 +00:00
# 0 both, 1 onlyactive, 2 onlydead, 3 onlyfree, 4 x2 torrents, 5 mytorrents, 6 waiting for seeds
incldead : "{{ if .Config.freeleech }}3{{ else }}0{{ end }}"
2020-09-13 21:45:03 +00:00
sort : "{{ .Config.sort }}"
type : "{{ .Config.type }}"
# does not support imdbid searches
2022-07-31 00:26:34 +00:00
# can support genre searching but you need to know the id, eg &genre2=1 for Comedy (id is 2)
2020-09-13 21:45:03 +00:00
rows :
2021-09-04 01:51:27 +00:00
selector : table[width="920px"] > tbody > tr:has(a[href^="letoltes.php?cat="])
2020-09-13 21:45:03 +00:00
fields :
category :
selector : a[href^="letoltes.php?cat="]
attribute : href
filters :
- name : querystring
args : cat
title :
2021-07-30 04:29:01 +00:00
selector : a[href*="/details.php?id="]
2020-09-13 21:45:03 +00:00
attribute : title
details :
2021-07-30 04:29:01 +00:00
selector : a[href*="/details.php?id="]
2020-09-13 21:45:03 +00:00
attribute : href
download :
2021-07-30 04:29:01 +00:00
selector : a[href*="/details.php?id="]
2020-09-13 21:45:03 +00:00
attribute : href
filters :
- name : replace
args : [ "/details" , "/download" ]
2021-10-21 16:49:46 +00:00
imdbid :
2020-09-13 21:45:03 +00:00
selector : a[href*="imdb.com/title/tt"]
attribute : href
2022-07-31 00:26:34 +00:00
genre :
selector : i
optional : true
description :
text : "{{ .Result.genre }}"
2020-11-07 23:43:33 +00:00
poster :
2020-09-13 21:45:03 +00:00
selector : a[onmouseover]
attribute : onmouseover
filters :
- name : regexp
args : "src=(.*?) width"
date :
selector : small
remove : font
filters :
- name : replace
args : [ "\u00a0" , " " ]
- name : append
2020-11-12 23:55:34 +00:00
args : " +01:00" # CET
2020-09-13 21:45:03 +00:00
- name : dateparse
args : "2006-01-02 15:04:05 -07:00"
files :
selector : td:nth-last-child(7)
size :
selector : td:nth-last-child(5)
grabs :
selector : td:nth-last-child(4)
seeders :
selector : td:nth-last-child(3)
leechers :
selector : td:nth-last-child(2)
downloadvolumefactor :
case :
font:contains("x0"): 0
"*": 1
uploadvolumefactor :
case :
font:contains("x2"): 2
2021-09-24 18:54:02 +00:00
font:contains("x4"): 4
2020-09-13 21:45:03 +00:00
"*": 1
minimumratio :
text : 1.0
minimumseedtime :
2021-09-09 13:32:52 +00:00
# 2 days (as seconds = 2 x 24 x 60 x 60)
text : 172800
2020-09-13 21:45:03 +00:00
# engine n/a