mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
@@ -47,7 +47,6 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht
|
|||||||
* BTSOW
|
* BTSOW
|
||||||
* BullTorrent
|
* BullTorrent
|
||||||
* Byrutor
|
* Byrutor
|
||||||
* CloudTorrents
|
|
||||||
* comicat
|
* comicat
|
||||||
* ConCen
|
* ConCen
|
||||||
* cpasbien
|
* cpasbien
|
||||||
|
@@ -1,77 +0,0 @@
|
|||||||
---
|
|
||||||
id: cloudtorrents
|
|
||||||
name: CloudTorrents
|
|
||||||
description: "CloudTorrents is a Public Torrent Tracker for MOVIES / TV / GENERAL"
|
|
||||||
language: en-US
|
|
||||||
type: public
|
|
||||||
encoding: UTF-8
|
|
||||||
links:
|
|
||||||
- https://cloudtorrents.com/
|
|
||||||
|
|
||||||
caps:
|
|
||||||
categorymappings:
|
|
||||||
- {id: anime, cat: TV/Anime, desc: Anime}
|
|
||||||
- {id: applications, cat: PC, desc: Applications}
|
|
||||||
- {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}
|
|
||||||
|
|
||||||
modes:
|
|
||||||
search: [q]
|
|
||||||
tv-search: [q, season, ep]
|
|
||||||
movie-search: [q]
|
|
||||||
music-search: [q]
|
|
||||||
book-search: [q]
|
|
||||||
|
|
||||||
settings: []
|
|
||||||
|
|
||||||
download:
|
|
||||||
selectors:
|
|
||||||
- selector: a[href^="magnet:?xt="]
|
|
||||||
attribute: href
|
|
||||||
|
|
||||||
search:
|
|
||||||
paths:
|
|
||||||
- path: "{{ if .Keywords }}search?query={{ .Keywords }}{{ else }}latest{{ end }}"
|
|
||||||
|
|
||||||
rows:
|
|
||||||
selector: table > tbody > tr:has(a)
|
|
||||||
|
|
||||||
fields:
|
|
||||||
category:
|
|
||||||
selector: a
|
|
||||||
attribute: href
|
|
||||||
filters:
|
|
||||||
- name: split
|
|
||||||
args: ["/", 1]
|
|
||||||
title:
|
|
||||||
selector: a b
|
|
||||||
details:
|
|
||||||
selector: a
|
|
||||||
attribute: href
|
|
||||||
download:
|
|
||||||
selector: a
|
|
||||||
attribute: href
|
|
||||||
seeders:
|
|
||||||
selector: td[data-title="Se"]
|
|
||||||
leechers:
|
|
||||||
selector: td[data-title="Le"]
|
|
||||||
date:
|
|
||||||
selector: span[title]
|
|
||||||
attribute: title
|
|
||||||
filters:
|
|
||||||
- name: append
|
|
||||||
args: " +00:00" # GMT
|
|
||||||
- name: dateparse
|
|
||||||
args: "dd MMM, yyyy HH:mm zzz"
|
|
||||||
size:
|
|
||||||
selector: td[data-title="Size"]
|
|
||||||
downloadvolumefactor:
|
|
||||||
text: 0
|
|
||||||
uploadvolumefactor:
|
|
||||||
text: 1
|
|
||||||
# engine n/a
|
|
@@ -316,6 +316,7 @@ namespace Jackett.Updater
|
|||||||
"Definitions/cili180.yml", // renamed to liaorencili
|
"Definitions/cili180.yml", // renamed to liaorencili
|
||||||
"Definitions/cilipro.yml",
|
"Definitions/cilipro.yml",
|
||||||
"Definitions/cinefilhd.yml",
|
"Definitions/cinefilhd.yml",
|
||||||
|
"Definitions/cloudtorrents.yml",
|
||||||
"Definitions/cooltorrent.yml",
|
"Definitions/cooltorrent.yml",
|
||||||
"Definitions/crazyscorner.yml",
|
"Definitions/crazyscorner.yml",
|
||||||
"Definitions/cryptichaven.yml",
|
"Definitions/cryptichaven.yml",
|
||||||
|
Reference in New Issue
Block a user