2019-12-24 02:54:24 +00:00
---
2020-05-11 19:59:28 +00:00
id : cinemamovies
2020-12-05 23:18:14 +00:00
name : CinemaMovieS_ZT
description : "CinemaMovieS_ZT is a POLISH Private Torrent Tracker for MOVIES / TV / GENERAL"
2021-09-07 23:09:51 +00:00
language : pl-PL
2020-05-10 20:05:19 +00:00
type : private
encoding : ISO-8859-2
links :
- https://cinemamovies.pl/
2019-12-24 02:54:24 +00:00
2020-05-10 20:05:19 +00:00
caps :
categorymappings :
2021-11-17 05:43:12 +00:00
- {id: 3, cat: Movies/BluRay, desc : "Filmy BD25/50_5/9" }
2020-05-10 20:05:19 +00:00
- {id: 5, cat: Movies/3D, desc : "Filmy 3D" }
2021-11-17 05:43:12 +00:00
- {id: 6, cat: Movies/DVD, desc : "Filmy DVD5/9" }
2020-05-10 20:05:19 +00:00
- {id: 8, cat: Movies/HD, desc : "Filmy HD" }
- {id: 11, cat: Movies/SD, desc : "Filmy SD" }
- {id: 12, cat: Movies/Other, desc : "Filmy Inne" }
2021-11-17 05:43:12 +00:00
- {id: 32, cat: Movies/UHD, desc : "Filmy UHD 4K" }
- {id: 33, cat: TV/UHD, desc : "TV UHD" }
2021-11-17 05:16:33 +00:00
- {id: 2, cat: TV/Anime, desc : "Bajki/Anime" }
2021-11-17 05:43:12 +00:00
- {id: 10, cat: TV/Documentary, desc : "TV Dokumentalne" }
- {id: 20, cat: TV, desc : "TV Paczki" }
- {id: 22, cat: TV/Sport, desc : "TV Sport" }
- {id: 24, cat: TV/HD, desc : "TV HD" }
- {id: 25, cat: TV/SD, desc : "TV SD" }
2020-05-10 20:05:19 +00:00
- {id: 1, cat: PC, desc : "Aplikacje" }
- {id: 15, cat: PC/Games, desc : "Gry" }
2020-10-28 19:00:48 +00:00
- {id: 16, cat: PC/Mobile-Other, desc : "Mobile" }
2020-05-10 20:05:19 +00:00
- {id: 17, cat: Other, desc : "Inne" }
- {id: 19, cat: Audio, desc : "Muzyka" }
- {id: 21, cat: Books, desc : "Book" }
2019-12-24 02:54:24 +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]
2019-12-24 02:54:24 +00:00
2020-05-10 20:05:19 +00:00
settings :
- name : cookie
type : text
label : Cookie
- name : info
type : info
label : How to get the Cookie
2020-06-04 20:37:51 +00:00
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-11 01:10:56 +00:00
- name : freeleech
type : checkbox
label : Search freeleech only
default : false
2020-05-14 09:56:31 +00:00
- name : drop_polish_prefix
type : checkbox
label : Drop the Polish title prefix
default : false
2021-07-16 09:17:46 +00:00
- name : multilang
type : checkbox
label : Replace MULTI & PL by another language in release name
default : false
- name : multilanguage
type : select
label : Replace MULTI & PL by this language
default : POLISH
options :
POLISH : POLISH
MULTI.POLISH : MULTI.POLISH
2020-05-10 20:05:19 +00:00
- name : sort
type : select
label : Sort requested from site
2020-10-23 05:51:06 +00:00
default : 2
2020-05-10 20:05:19 +00:00
options :
2020-10-23 05:51:06 +00:00
2 : created
5 : seeders
3 : size
1 : title
2020-05-10 20:05:19 +00:00
- name : type
type : select
label : Order requested from site
2020-10-23 05:51:06 +00:00
default : desc
2020-05-10 20:05:19 +00:00
options :
2020-10-23 05:51:06 +00:00
desc : desc
asc : asc
2019-12-24 02:54:24 +00:00
2020-05-10 20:05:19 +00:00
login :
method : cookie
inputs :
cookie : "{{ .Config.cookie }}"
test :
path : index.php
selector : a[href^="/logout.php"]
2020-03-16 20:03:18 +00:00
2020-05-10 20:05:19 +00:00
search :
paths :
- path : browse.php
inputs :
$raw : "{{ range .Categories }}c{{.}}=1&{{end}}"
2020-09-11 01:10:56 +00:00
search : "{{ if .Query.IMDBID }}{{ .Query.IMDBID }}{{ else }}{{ .Keywords }}{{ end }}"
# 0 active, 1 all, 4 requests, 5 onlydead, 6 polish, 8 free, 10 doubleup, 11 premier, 13 VOD
incldead : "{{ if .Config.freeleech }}8{{ else }}1{{ end }}"
# 0 title, 1 descr
blah : "{{ if .Query.IMDBID }}1{{ else }}0{{ end }}"
2020-05-10 20:05:19 +00:00
gatunek : 0
quality : none
sort : "{{ .Config.sort }}"
type : "{{ .Config.type }}"
2019-12-24 02:54:24 +00:00
2020-05-10 20:05:19 +00:00
rows :
selector : table[width="100%"] > tbody > tr:has(a[href^="browse.php?cat="])
2019-12-24 02:54:24 +00:00
2020-05-10 20:05:19 +00:00
fields :
category :
selector : a[href^="browse.php?cat="]
attribute : href
filters :
- name : querystring
args : cat
2020-05-14 09:56:31 +00:00
title_raw :
selector : a[href^="details.php?id="]
2021-07-16 09:17:46 +00:00
title_multilang :
text : "{{ .Result.title_raw }}"
filters :
- name : re_replace
args : [ "(?i)(\\[multi\\])" , " {{ .Config.multilanguage }} " ]
- name : re_replace
args : [ "(?i)(\\[pl\\])" , " {{ .Config.multilanguage }} " ]
title_phase1 :
text : "{{ if .Config.multilang }}{{ .Result.title_multilang }}{{ else }}{{ .Result.title_raw }}{{ end }}"
2020-05-14 09:56:31 +00:00
title_stripped :
2021-07-16 09:17:46 +00:00
text : "{{ .Result.title_phase1 }}"
2020-05-14 09:56:31 +00:00
filters :
- name : re_replace
args : [ "^(.* / )(.*)$" , "$2" ]
title :
2021-07-16 09:17:46 +00:00
text : "{{ if .Config.drop_polish_prefix }}{{ .Result.title_stripped }}{{ else }}{{ .Result.title_phase1 }}{{ end }}"
2020-05-10 20:05:19 +00:00
details :
selector : a[href^="details.php?id="]
attribute : href
download :
selector : a[href^="download.php/"]
attribute : href
2020-11-07 23:43:33 +00:00
poster :
2020-05-10 20:05:19 +00:00
selector : a[href^="details.php?id="]
attribute : onmouseover
filters :
- name : regexp
args : "src=(.+?) "
2021-10-21 16:49:46 +00:00
imdbid :
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
description :
selector : img[src="pic/Poland.png"]
attribute : src
filters :
- name : replace
args : [ "pic/Poland.png" , "Polish" ]
date :
selector : td[width="66%"] > span > span
filters :
- name : append
2020-09-30 20:52:14 +00:00
args : " +02:00" # EET
2020-05-10 20:05:19 +00:00
- name : dateparse
args : "2006-01-02 15:04:05 -07:00"
size :
selector : td:nth-child(4)
seeders :
selector : a[href$="#seedy"]
leechers :
selector : a[href$="#leechy"]
grabs :
selector : td:last-child > small> span
downloadvolumefactor :
case :
img[src="pic/free.png"]: 0
"*": 1
uploadvolumefactor :
case :
img[src="pic/double.png"]: 2
"*": 1
2020-09-11 01:10:56 +00:00
minimumratio :
text : 1.0
2020-09-30 20:52:14 +00:00
minimumseedtime :
# 3 days (as seconds = 3 x 24 x 60 x 60)
text : 259200
2020-01-16 20:27:12 +00:00
# engine n/a