From f3c6acf634de2ed42b28cc882d79e5061461692e Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Fri, 21 Sep 2018 21:47:58 +1200 Subject: [PATCH] katcrs: added public tracker KickAssTorrent clone. resolves #2828 --- README.md | 1 + src/Jackett.Common/Definitions/katcrs.yml | 70 +++++++++++++++++++++++ 2 files changed, 71 insertions(+) create mode 100644 src/Jackett.Common/Definitions/katcrs.yml diff --git a/README.md b/README.md index 06c87c07d..3cf18b266 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/ * Il Corsaro Nero * Il Corsaro Blu * Isohunt2 + * KATcrs * KickAssTorrent * KickAssTorrent (thekat.se clone) * LimeTorrents diff --git a/src/Jackett.Common/Definitions/katcrs.yml b/src/Jackett.Common/Definitions/katcrs.yml new file mode 100644 index 000000000..71d7f4502 --- /dev/null +++ b/src/Jackett.Common/Definitions/katcrs.yml @@ -0,0 +1,70 @@ +--- + site: katcrs + name: KATcrs + description: "KATcrs is a Public KickAssTorrent clone for TV / MOVIES / GENERAL" + language: en-us + type: public + encoding: UTF-8 + links: + - https://kickasskatcr.website/ + + caps: + categories: + movies: Movies + TV: TV + Video: TV/WEB-DL + Anime: TV/Anime + Music: Audio + Books: Books + Documentary: TV/Documentary + Games: Console + Apps: PC + Applications: PC + Other: Other + Othero: XXX + + modes: + search: [q] + tv-search: [q, season, ep] + movie-search: [q] + + settings: [] + + search: + paths: + - path: "{{ if .Keywords }}search/{{ .Keywords }}/{{else}}new/{{end}}" + rows: + selector: table.data tr.odd + fields: + category: + selector: span.uploader_block strong a + attribute: href + filters: + - name: trim + args: / + title: + selector: td:nth-child(1) div a.cellMainLink + attribute: title + details: + selector: td:nth-child(1) div a.cellMainLink + attribute: href + download: + selector: td:nth-child(1) div div a[data-download=""] + attribute: href + magnet: + selector: td:nth-child(1) div div a[data-nop=""] + attribute: href + size: + selector: td:nth-child(2) + date: + selector: td:nth-child(3) + filters: + - name: timeago + seeders: + selector: td:nth-child(4) + leechers: + selector: td:nth-child(5) + downloadvolumefactor: + text: "0" + uploadvolumefactor: + text: "1"