mirror of
https://github.com/Jackett/Jackett
synced 2025-02-21 22:07:10 +00:00
add concen a public conspiracy torrent tracker. resolves #5097
This commit is contained in:
parent
709cafda62
commit
8151fbf382
2 changed files with 63 additions and 0 deletions
|
@ -31,6 +31,7 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
|
||||||
* BTDB
|
* BTDB
|
||||||
* BTDigg
|
* BTDigg
|
||||||
* BTKitty
|
* BTKitty
|
||||||
|
* ConCen
|
||||||
* cpasbien
|
* cpasbien
|
||||||
* cpasbienClone
|
* cpasbienClone
|
||||||
* DIGBT
|
* DIGBT
|
||||||
|
|
62
src/Jackett.Common/Definitions/concen.yml
Normal file
62
src/Jackett.Common/Definitions/concen.yml
Normal file
|
@ -0,0 +1,62 @@
|
||||||
|
---
|
||||||
|
site: concen
|
||||||
|
name: ConCen
|
||||||
|
description: "ConCen (Conspiracy Central) is a Public conspiracy related torrent index"
|
||||||
|
language: en-us
|
||||||
|
type: public
|
||||||
|
encoding: UTF-8
|
||||||
|
links:
|
||||||
|
- https://concen.org/
|
||||||
|
|
||||||
|
caps:
|
||||||
|
categories:
|
||||||
|
1: Other
|
||||||
|
|
||||||
|
modes:
|
||||||
|
search: [q]
|
||||||
|
|
||||||
|
settings: []
|
||||||
|
|
||||||
|
search:
|
||||||
|
paths:
|
||||||
|
- path: "torrents/concen.org/content/ufos-extraterrestrials-and-classified-free-energy-pack"
|
||||||
|
inputs:
|
||||||
|
title_op: "allwords"
|
||||||
|
title: "{{.Keywords}}"
|
||||||
|
title_1_op: "not"
|
||||||
|
title_1: ""
|
||||||
|
seeds: "All"
|
||||||
|
|
||||||
|
rows:
|
||||||
|
selector: table > tbody > tr
|
||||||
|
fields:
|
||||||
|
title:
|
||||||
|
selector: td.views-field-title a
|
||||||
|
category:
|
||||||
|
text: 1
|
||||||
|
details:
|
||||||
|
selector: td.views-field-title a
|
||||||
|
attribute: href
|
||||||
|
download:
|
||||||
|
selector: td.views-field-field-torrent a
|
||||||
|
attribute: href
|
||||||
|
magnet:
|
||||||
|
selector: td.views-field-name a
|
||||||
|
attribute: href
|
||||||
|
filters:
|
||||||
|
- name: prepend
|
||||||
|
args: "magnet:"
|
||||||
|
date:
|
||||||
|
selector: td.views-field-created
|
||||||
|
size:
|
||||||
|
selector: td.views-field-size
|
||||||
|
seeders:
|
||||||
|
selector: td.views-field-seeds
|
||||||
|
leechers:
|
||||||
|
selector: td.views-field-peers
|
||||||
|
grabs:
|
||||||
|
selector: td.views-field-completed
|
||||||
|
downloadvolumefactor:
|
||||||
|
text: "0"
|
||||||
|
uploadvolumefactor:
|
||||||
|
text: "1"
|
Loading…
Reference in a new issue