2017-04-15 08:45:10 +00:00
|
|
|
---
|
2018-07-27 13:46:25 +00:00
|
|
|
# Update by LA5T based on the orignial 'cinematik.yml'
|
2018-07-30 10:42:04 +00:00
|
|
|
# 29.07.2018 22:53 UTC+2
|
2018-07-27 13:46:25 +00:00
|
|
|
#
|
2017-04-15 08:45:10 +00:00
|
|
|
site: cinematik
|
|
|
|
name: Cinematik
|
2018-07-27 13:46:25 +00:00
|
|
|
description: "Tracker for non-hollywood movies."
|
2017-04-15 08:45:10 +00:00
|
|
|
language: en-us
|
|
|
|
type: private
|
|
|
|
encoding: UTF-8
|
|
|
|
links:
|
|
|
|
- https://www.cinematik.net
|
|
|
|
|
2018-07-27 13:46:25 +00:00
|
|
|
settings:
|
|
|
|
- name: username
|
|
|
|
type: text
|
|
|
|
label: Username
|
|
|
|
- name: password
|
|
|
|
type: password
|
|
|
|
label: Password
|
|
|
|
- name: incldead
|
|
|
|
type: select
|
|
|
|
label: Status
|
|
|
|
default: 1
|
|
|
|
options:
|
|
|
|
0: Active
|
|
|
|
1: "Active and Inactive"
|
|
|
|
2: Inactive
|
|
|
|
- name: srchdtls
|
|
|
|
type: checkbox
|
|
|
|
label: "Detailed search"
|
|
|
|
- name: info_results
|
|
|
|
type: info
|
|
|
|
label: "Search results"
|
|
|
|
default: "You can increase the number of search results in your profile.<br />Default is 15."
|
|
|
|
|
2017-04-15 08:45:10 +00:00
|
|
|
caps:
|
|
|
|
categorymappings:
|
|
|
|
- {id: 1, cat: Movies, desc: "Comedy"}
|
|
|
|
- {id: 4, cat: Movies, desc: "Action"}
|
|
|
|
- {id: 6, cat: Movies, desc: "Drama"}
|
|
|
|
- {id: 7, cat: Movies, desc: "Documentary"}
|
|
|
|
- {id: 9, cat: Movies, desc: "Crime"}
|
|
|
|
- {id: 12, cat: Movies, desc: "Sci-Fi"}
|
|
|
|
- {id: 17, cat: Movies, desc: "War"}
|
|
|
|
- {id: 21, cat: Movies, desc: "Silent Films"}
|
|
|
|
- {id: 23, cat: Movies, desc: "TV-Series"}
|
|
|
|
- {id: 24, cat: Movies, desc: "Animation"}
|
|
|
|
- {id: 25, cat: Movies, desc: "Exploitation"}
|
|
|
|
- {id: 26, cat: Movies, desc: "Experimental"}
|
|
|
|
- {id: 27, cat: Movies, desc: "Fantasy"}
|
|
|
|
- {id: 29, cat: Movies, desc: "Short"}
|
|
|
|
- {id: 30, cat: Movies, desc: "Western"}
|
|
|
|
- {id: 32, cat: Movies, desc: "Foreign Languages"}
|
|
|
|
- {id: 33, cat: Movies, desc: "Thriller"}
|
|
|
|
- {id: 34, cat: Movies, desc: "Opera and Musical"}
|
|
|
|
|
|
|
|
modes:
|
|
|
|
search: [q]
|
|
|
|
|
|
|
|
login:
|
|
|
|
path: takelogin.php
|
|
|
|
method: post
|
|
|
|
inputs:
|
|
|
|
username: "{{ .Config.username }}"
|
|
|
|
password: "{{ .Config.password }}"
|
|
|
|
error:
|
|
|
|
- selector: table:contains("Login failed!")
|
|
|
|
test:
|
|
|
|
path: my.php
|
2018-07-27 13:46:25 +00:00
|
|
|
|
2017-04-15 08:45:10 +00:00
|
|
|
search:
|
2017-10-23 17:55:22 +00:00
|
|
|
paths:
|
|
|
|
- path: browse.php
|
2017-04-15 08:45:10 +00:00
|
|
|
inputs:
|
2018-07-27 13:46:25 +00:00
|
|
|
$raw: "{{range .Categories}}c{{.}}=1&{{end}}"
|
2017-04-15 08:45:10 +00:00
|
|
|
search: "{{ .Query.Keywords }}"
|
2018-07-30 10:42:04 +00:00
|
|
|
incldead: "{{ .Config.incldead }}"
|
2018-07-27 13:46:25 +00:00
|
|
|
srchdtls: "{{ if .Config.srchdtls }}1{{ else }}0{{ end }}"
|
2017-04-15 08:45:10 +00:00
|
|
|
rows:
|
|
|
|
selector: table[border="1"] tr:not(:first-child)
|
|
|
|
fields:
|
|
|
|
category:
|
|
|
|
text: 1
|
|
|
|
title:
|
|
|
|
selector: td:nth-child(2) a
|
|
|
|
download:
|
|
|
|
selector: a[href^="details.php?id="]
|
|
|
|
attribute: href
|
|
|
|
filters:
|
|
|
|
- name: replace
|
|
|
|
args: ["details.php?id=", "download.php?id="]
|
|
|
|
details:
|
|
|
|
selector: a[href^="details.php?id="]
|
|
|
|
attribute: href
|
|
|
|
grabs:
|
|
|
|
selector: td:nth-child(8)
|
|
|
|
filters:
|
|
|
|
- name: regexp
|
2018-07-30 10:42:04 +00:00
|
|
|
args: ([\d,]+)
|
2017-04-15 08:45:10 +00:00
|
|
|
files:
|
|
|
|
selector: td:nth-child(5)
|
|
|
|
size:
|
|
|
|
selector: td:nth-child(7)
|
|
|
|
seeders:
|
|
|
|
selector: td:nth-child(9)
|
|
|
|
leechers:
|
|
|
|
selector: td:nth-child(10)
|
|
|
|
date:
|
|
|
|
selector: td:nth-child(11) div.addedtor
|
|
|
|
downloadvolumefactor:
|
|
|
|
case:
|
2018-07-30 10:42:04 +00:00
|
|
|
"img[title=\"Golden Torrent: No Download Stats are Recorded\"]": 0
|
|
|
|
"img[title=\"Silver Torrent: Download Stats are 25% Recorded\"]": 0.25
|
|
|
|
"img[title=\"Platinum Torrent: No Download Stats are Recorded, Upload Stats are Doubled!\"]": 0
|
|
|
|
"*": 1
|
2017-04-15 08:45:10 +00:00
|
|
|
uploadvolumefactor:
|
|
|
|
case:
|
2018-07-30 10:42:04 +00:00
|
|
|
"img[title=\"Platinum Torrent: No Download Stats are Recorded, Upload Stats are Doubled!\"]": 2
|
|
|
|
"*": 1
|