From 45b1b9e410db5f9464ccc2d30b2563d976bad845 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Fri, 8 Nov 2019 20:26:02 +1300 Subject: [PATCH] katcrs: gone. indexer removed. --- README.md | 1 - src/Jackett.Common/Definitions/katcrs.yml | 83 ----------------------- src/Jackett.Updater/Program.cs | 1 + 3 files changed, 1 insertion(+), 84 deletions(-) delete mode 100644 src/Jackett.Common/Definitions/katcrs.yml diff --git a/README.md b/README.md index 86a092c57..fee27cf75 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,6 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/ * Il Corsaro Blu * Isohunt2 * iTorrent - * KATcrs * KickAssTorrent (KATcr) * KickAssTorrent (kat.li) * LemenCili diff --git a/src/Jackett.Common/Definitions/katcrs.yml b/src/Jackett.Common/Definitions/katcrs.yml deleted file mode 100644 index a43a80a9b..000000000 --- a/src/Jackett.Common/Definitions/katcrs.yml +++ /dev/null @@ -1,83 +0,0 @@ ---- - site: katcrs - name: KATcrs - description: "KATcrs is a Public KickAssTorrent clone for TV / MOVIES / GENERAL" - language: en-us - type: public - encoding: UTF-8 - followredirect: true - links: - - http://kickasstvshow.host/ - legacylinks: - - https://kickasskatcr.website/ - - https://kickasskatcr.stream/ - - https://kickassextratorrent.xyz/ - - https://kickassextratorrent.website/ - - https://kickassextratorrent.club/ - - https://kickasstvshow.xyz/ - - 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 - filters: - - name: andmatch - 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 - filters: - - name: replace # temp fix for #5372 - args: ["%E2%AD%90", ""] - 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" diff --git a/src/Jackett.Updater/Program.cs b/src/Jackett.Updater/Program.cs index ab2db5ecb..e7e606afd 100644 --- a/src/Jackett.Updater/Program.cs +++ b/src/Jackett.Updater/Program.cs @@ -364,6 +364,7 @@ namespace Jackett.Updater "Definitions/scenereactor.yml", "Definitions/lapausetorrents.yml", "Definitions/lechaudron.yml", + "Definitions/katcrs.yml", }; foreach (var oldFile in oldFiles)