Jackett/src/Jackett.Common/Definitions/kickasstorrents-ws.yml

122 lines
3.1 KiB
YAML
Raw Permalink Normal View History

2017-01-28 05:50:41 +00:00
---
id: kickasstorrents-ws
name: kickasstorrents.ws
description: "kickasstorrents.ws is a Public KickAssTorrent clone for TV / MOVIES / GENERAL"
language: en-US
type: public
encoding: UTF-8
links:
- https://kickass.ws/
- https://kickasstorrents.bz/
- https://kkickass.com/
- https://kkat.net/
2020-12-20 21:42:10 +00:00
- https://kick4ss.com/
- https://kickasst.net/
- https://kickasstorrents.id/
- https://thekat.cc/
legacylinks:
- https://kickass.gg/
- https://katcr.io/
- https://thekat.nz/
- https://thekat.se/
- https://kat.how/
- https://kat.li/
- https://katcr.to/ # kickasstorrents-to proxy
- https://kickasstorrent.cr/ # kickasstorrents-to proxy
- https://kickass.unblockit.pro/
- https://kickass.unblockit.one/
- https://kickass.unblockit.me/
- https://kickass.unblockit.pw/
- https://kickass.unblockit.id/
- https://kickass.unblockit.win/
- https://kickass.unblockit.top/ # currently redirects to https://kat.unblockit.lat/ (newkatcr.co proxy)
- https://kickasstorrents.unblockninja.com/ # currently kickasstorrents-to proxy
2020-12-20 21:42:10 +00:00
- https://kickass-kat.com/
2017-01-28 05:50:41 +00:00
caps:
categorymappings:
- {id: applications, cat: PC, desc: Apps}
- {id: books, cat: Books, desc: Books}
- {id: games, cat: Console, desc: Games}
- {id: movies, cat: Movies, desc: Movies}
- {id: music, cat: Audio, desc: Music}
- {id: other, cat: Other, desc: Other}
- {id: tv, cat: TV, desc: TV}
- {id: xxx, cat: XXX, desc: XXX}
2017-01-28 05:50:41 +00:00
modes:
search: [q]
tv-search: [q, season, ep]
movie-search: [q]
music-search: [q]
book-search: [q]
2019-12-17 07:13:41 +00:00
settings:
- name: sort
type: select
label: Sort requested from site
2020-10-23 18:40:32 +00:00
default: time_add
options:
2020-10-23 18:40:32 +00:00
time_add: created
seeders: seeders
size: size
- name: type
type: select
label: Order requested from site
2020-10-23 18:40:32 +00:00
default: desc
options:
2020-10-23 18:40:32 +00:00
desc: desc
asc: asc
2017-01-28 05:50:41 +00:00
search:
paths:
2020-10-26 02:29:40 +00:00
- path: "{{ if .Keywords }}usearch/{{ .Keywords }}/{{ else }}new/{{ end }}?field={{ .Config.sort }}&sorder={{ .Config.type }}"
2019-12-17 07:13:41 +00:00
rows:
selector: table.data tr[id]:has(a[data-download])
2020-01-18 21:05:52 +00:00
fields:
category_optional:
selector: span[id^="cat_"] > strong > a
attribute: href
optional: true
filters:
- name: tolower
- name: trim
args: /
category:
text: "{{ if .Result.category_optional }}{{ .Result.category_optional }}{{ else }}other{{ end }}"
title:
2020-10-26 02:29:40 +00:00
selector: a[class="cellMainLink"]
details:
2020-10-26 02:29:40 +00:00
selector: a[class="cellMainLink"]
attribute: href
download:
# the official site delivers mylink so we skip to the magnet URI
selector: td:nth-child(1) > div > a[data-download]
attribute: href
filters:
- name: querystring
args: url
size:
selector: td:nth-child(2)
date:
selector: td:nth-child(3)
2020-10-26 02:29:40 +00:00
filters:
- name: timeago
seeders:
selector: td:nth-child(4)
filters:
- name: replace
args: ["N/A", 0]
leechers:
selector: td:nth-child(5)
filters:
- name: replace
args: ["N/A", 0]
downloadvolumefactor:
text: 0
uploadvolumefactor:
text: 1
2020-01-18 21:05:52 +00:00
# engine n/a