mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
CZTeam: removed (shutdown)
http://torrentinvites.org/f36/czteam-club-general-2017-review-226056/
This commit is contained in:
@@ -131,7 +131,6 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
|
|||||||
* Cinemageddon
|
* Cinemageddon
|
||||||
* CinemaZ
|
* CinemaZ
|
||||||
* Classix
|
* Classix
|
||||||
* CZTeam
|
|
||||||
* DanishBits
|
* DanishBits
|
||||||
* DataScene
|
* DataScene
|
||||||
* Demonoid
|
* Demonoid
|
||||||
|
@@ -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
|
|
@@ -205,6 +205,7 @@ namespace Jackett.Updater
|
|||||||
"Definitions/hd4Free.yml",
|
"Definitions/hd4Free.yml",
|
||||||
"Definitions/skytorrents.yml",
|
"Definitions/skytorrents.yml",
|
||||||
"Definitions/gormogon.yml",
|
"Definitions/gormogon.yml",
|
||||||
|
"Definitions/czteam.yml",
|
||||||
};
|
};
|
||||||
|
|
||||||
foreach (var oldFIle in oldFiles)
|
foreach (var oldFIle in oldFiles)
|
||||||
|
Reference in New Issue
Block a user