mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
add cili180 a DHT tracker. resolves #6795
This commit is contained in:
@@ -35,6 +35,7 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
|
|||||||
* BTDIGG
|
* BTDIGG
|
||||||
* BT.etree
|
* BT.etree
|
||||||
* BTSOW
|
* BTSOW
|
||||||
|
* Cili180
|
||||||
* ConCen
|
* ConCen
|
||||||
* Corsaro.red
|
* Corsaro.red
|
||||||
* cpasbien
|
* cpasbien
|
||||||
|
61
src/Jackett.Common/Definitions/cili180.yml
Normal file
61
src/Jackett.Common/Definitions/cili180.yml
Normal file
@@ -0,0 +1,61 @@
|
|||||||
|
---
|
||||||
|
site: cili180
|
||||||
|
name: Cili180
|
||||||
|
description: "Cili180 is a Public BitTorrent DHT search engine."
|
||||||
|
language: en-us
|
||||||
|
type: public
|
||||||
|
encoding: UTF-8
|
||||||
|
links:
|
||||||
|
- http://www.cili180.com/
|
||||||
|
- http://www.cilijj.xyz/
|
||||||
|
|
||||||
|
caps:
|
||||||
|
categories:
|
||||||
|
1: Other
|
||||||
|
|
||||||
|
modes:
|
||||||
|
search: [q]
|
||||||
|
tv-search: [q, season, ep]
|
||||||
|
movie-search: [q]
|
||||||
|
|
||||||
|
settings: []
|
||||||
|
|
||||||
|
search:
|
||||||
|
paths:
|
||||||
|
- path: search/
|
||||||
|
method: post
|
||||||
|
followredirect: true
|
||||||
|
inputs:
|
||||||
|
keyword: "{{ if .Keywords }}{{ .Keywords }}{{else}}2019{{end}}"
|
||||||
|
|
||||||
|
rows:
|
||||||
|
selector: div.list-area > dl.item
|
||||||
|
filters:
|
||||||
|
- name: andmatch
|
||||||
|
|
||||||
|
fields:
|
||||||
|
category:
|
||||||
|
text: 1
|
||||||
|
title:
|
||||||
|
selector: dt a
|
||||||
|
details:
|
||||||
|
selector: dt a
|
||||||
|
attribute: href
|
||||||
|
download:
|
||||||
|
selector: a[href^="magnet:?xt="]
|
||||||
|
attribute: href
|
||||||
|
date:
|
||||||
|
selector: dd.attr span:nth-child(1) b
|
||||||
|
filters:
|
||||||
|
- name: dateparse
|
||||||
|
args: "2006-01-02"
|
||||||
|
size:
|
||||||
|
selector: dd.attr span:nth-child(2) b
|
||||||
|
seeders:
|
||||||
|
text: 1
|
||||||
|
leechers:
|
||||||
|
text: 1
|
||||||
|
downloadvolumefactor:
|
||||||
|
text: 0
|
||||||
|
uploadvolumefactor:
|
||||||
|
text: 1
|
Reference in New Issue
Block a user