mirror of
https://github.com/Jackett/Jackett
synced 2025-01-01 12:46:23 +00:00
add cili180 a DHT tracker. resolves #6795
This commit is contained in:
parent
76c9000393
commit
0beb82bbd6
2 changed files with 62 additions and 0 deletions
|
@ -35,6 +35,7 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
|
|||
* BTDIGG
|
||||
* BT.etree
|
||||
* BTSOW
|
||||
* Cili180
|
||||
* ConCen
|
||||
* Corsaro.red
|
||||
* 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
|
Loading…
Reference in a new issue