Files
Jackett-Jackett/src/Jackett/Definitions/kickasstorrent-kathow.yml
thebluepotato be1f6a43a7 fix(indexers): kat clone (#1693)
kat.how -> thekat.se
fixes #1607
2017-08-20 16:56:55 +02:00

63 lines
1.3 KiB
YAML
Executable File

---
site: kickasstorrent-kathow
name: KickAssTorrent (thekat.se)
language: en-us
type: public
encoding: UTF-8
links:
- https://thekat.se
caps:
categories:
movies: Movies
tv: TV
music: Audio
books: Books
Games: Console
applications: PC
xxx: XXX
other: Other
modes:
search: [q]
tv-search: [q, season, ep]
settings: []
search:
path: "search.php"
inputs:
q: "{{ .Query.Keywords }}"
rows:
selector: table[class="data"] tr[id]
fields:
category:
selector: span[id^="cat_"] > strong > a
attribute: href
filters:
- name: trim
args: /
title:
selector: td:nth-child(1) > div > div > a[class="cellMainLink"]
details:
selector: td:nth-child(1) > div > div > a[class="cellMainLink"]
attribute: href
download:
selector: td:nth-child(1) > div > a[data-download=""]
attribute: href
size:
selector: td:nth-child(2)
date:
selector: td:nth-child(3)
seeders:
selector: td:nth-child(4)
leechers:
selector: td:nth-child(5)
description:
selector: td:nth-child(1) > div > div > span
downloadvolumefactor:
text: "0"
uploadvolumefactor:
text: "1"