Cinematik: fix grabs

This commit is contained in:
kaso17 2018-07-30 12:42:04 +02:00
parent 0a0ba2291b
commit 3a88aeb649
1 changed files with 9 additions and 9 deletions

View File

@ -1,6 +1,6 @@
--- ---
# Update by LA5T based on the orignial 'cinematik.yml' # Update by LA5T based on the orignial 'cinematik.yml'
# 27.07.2018 13:00 UTC+2 # 29.07.2018 22:53 UTC+2
# #
site: cinematik site: cinematik
name: Cinematik name: Cinematik
@ -75,7 +75,7 @@
inputs: inputs:
$raw: "{{range .Categories}}c{{.}}=1&{{end}}" $raw: "{{range .Categories}}c{{.}}=1&{{end}}"
search: "{{ .Query.Keywords }}" search: "{{ .Query.Keywords }}"
incldead: "{{ .Config.incldead }}" incldead: "{{ .Config.incldead }}"
srchdtls: "{{ if .Config.srchdtls }}1{{ else }}0{{ end }}" srchdtls: "{{ if .Config.srchdtls }}1{{ else }}0{{ end }}"
rows: rows:
selector: table[border="1"] tr:not(:first-child) selector: table[border="1"] tr:not(:first-child)
@ -97,7 +97,7 @@
selector: td:nth-child(8) selector: td:nth-child(8)
filters: filters:
- name: regexp - name: regexp
args: (\d+) args: ([\d,]+)
files: files:
selector: td:nth-child(5) selector: td:nth-child(5)
size: size:
@ -110,11 +110,11 @@
selector: td:nth-child(11) div.addedtor selector: td:nth-child(11) div.addedtor
downloadvolumefactor: downloadvolumefactor:
case: case:
"img[title=\"Golden Torrent: No Download Stats are Recorded\"]": "0" "img[title=\"Golden Torrent: No Download Stats are Recorded\"]": 0
"img[title=\"Silver Torrent: Download Stats are 25% Recorded\"]": "0.25" "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" "img[title=\"Platinum Torrent: No Download Stats are Recorded, Upload Stats are Doubled!\"]": 0
"*": "1" "*": 1
uploadvolumefactor: uploadvolumefactor:
case: case:
"img[title=\"Platinum Torrent: No Download Stats are Recorded, Upload Stats are Doubled!\"]": "2" "img[title=\"Platinum Torrent: No Download Stats are Recorded, Upload Stats are Doubled!\"]": 2
"*": "1" "*": 1