From a3de7fc47b06f9c7ed7eb56f8da033da05418305 Mon Sep 17 00:00:00 2001 From: kaso17 Date: Mon, 5 Mar 2018 18:56:01 +0100 Subject: [PATCH] CZTeam: removed (shutdown) http://torrentinvites.org/f36/czteam-club-general-2017-review-226056/ --- README.md | 1 - src/Jackett.Common/Definitions/czteam.yml | 96 ----------------------- src/Jackett.Updater/Program.cs | 1 + 3 files changed, 1 insertion(+), 97 deletions(-) delete mode 100644 src/Jackett.Common/Definitions/czteam.yml diff --git a/README.md b/README.md index 633b0bc2c..08a1c0232 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,6 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/ * Cinemageddon * CinemaZ * Classix - * CZTeam * DanishBits * DataScene * Demonoid diff --git a/src/Jackett.Common/Definitions/czteam.yml b/src/Jackett.Common/Definitions/czteam.yml deleted file mode 100644 index 6f483b7ee..000000000 --- a/src/Jackett.Common/Definitions/czteam.yml +++ /dev/null @@ -1,96 +0,0 @@ ---- - site: czteam - name: CZTeam - description: "CZTeam (CZT) is a ROMANIAN Private Torrent Tracker for MOVIES / TV / GENERAL" - language: cs-cz - type: private - encoding: UTF-8 - links: - - https://czteam.club/ - - caps: - categorymappings: - - {id: 1, cat: Movies, desc: "Movies"} - - {id: 2, cat: TV, desc: "TV-Eps"} - - {id: 3, cat: Audio, desc: "Music"} - - {id: 4, cat: PC/Games, desc: "Games"} - - {id: 5, cat: PC/ISO, desc: "Software"} - - {id: 6, cat: XXX, desc: "XxX"} - - {id: 7, cat: Other, desc: "Other"} - - modes: - search: [q] - tv-search: [q, season, ep] - - login: - path: login.php - method: post - inputs: - username: "{{ .Config.username }}" - password: "{{ .Config.password }}" - keeplogged: 1 - login: "Log in" - error: - - selector: form#loginform > span.warning - test: - path: torrents.php - - search: - paths: - - path: torrents.php - inputs: - $raw: "{{range .Categories}}filter_cat[{{.}}]=1&{{end}}" - searchstr: "{{ .Query.Keywords }}" - order_by: time - order_way: desc - action: basic - searchsubmit: 1 - rows: - selector: table#torrent_table > tbody > tr.torrent - fields: - download: - selector: a[href^="torrents.php?action=download&id="] - attribute: href - title: - selector: a.torrent_name - category: - selector: td.cats_col - case: - div.cats_movies: 1 - div.cats_tveps: 2 - div.cats_music: 3 - div.cats_games: 4 - div.cats_software: 5 - div.cats_xxx: 6 - div.cats_other: 7 - details: - selector: a.torrent_name - attribute: href - banner: - selector: a.torrent_name - optional: true - attribute: cover - files: - selector: td:nth-child(3) - date: - selector: td:nth-child(4) - size: - selector: td:nth-child(5) - grabs: - selector: td:nth-child(6) - seeders: - selector: td:nth-child(7) - leechers: - selector: td:nth-child(8) - downloadvolumefactor: - case: - "strong.tl_free": "0" - "strong.tl_neutral": "0" - "*": "1" - uploadvolumefactor: - case: - "strong.tl_neutral": "0" - "*": "1" - description: - selector: div.torrent_info - remove: strong diff --git a/src/Jackett.Updater/Program.cs b/src/Jackett.Updater/Program.cs index 6b0c232d5..f3f6181c5 100644 --- a/src/Jackett.Updater/Program.cs +++ b/src/Jackett.Updater/Program.cs @@ -205,6 +205,7 @@ namespace Jackett.Updater "Definitions/hd4Free.yml", "Definitions/skytorrents.yml", "Definitions/gormogon.yml", + "Definitions/czteam.yml", }; foreach (var oldFIle in oldFiles)