mirror of
https://github.com/Prowlarr/Indexers.git
synced 2026-04-27 03:43:30 +01:00
78 lines
1.7 KiB
YAML
78 lines
1.7 KiB
YAML
---
|
|
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
|
|
|
|
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: " -09:00" # CUS
|
|
- name: dateparse
|
|
args: "02 Jan, 2006 15:04 -07:00"
|
|
size:
|
|
selector: td[data-title="Size"]
|
|
downloadvolumefactor:
|
|
text: 1
|
|
uploadvolumefactor:
|
|
text: 1
|
|
# engine n/a
|