2019-04-19 04:04:27 +00:00
|
|
|
---
|
2020-05-11 19:59:28 +00:00
|
|
|
id: concen
|
2020-05-10 20:05:19 +00:00
|
|
|
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/
|
2019-04-19 04:04:27 +00:00
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
caps:
|
|
|
|
categories:
|
|
|
|
1: Other
|
2019-04-19 04:04:27 +00:00
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
modes:
|
|
|
|
search: [q]
|
2019-04-19 04:04:27 +00:00
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
settings:
|
|
|
|
- name: sort
|
|
|
|
type: select
|
|
|
|
label: Sort requested from site
|
|
|
|
default: "created"
|
|
|
|
options:
|
|
|
|
"created": "created"
|
|
|
|
"seeds": "seeders"
|
|
|
|
"size": "size"
|
|
|
|
"title": "title"
|
|
|
|
- name: type
|
|
|
|
type: select
|
|
|
|
label: Order requested from site
|
|
|
|
default: "desc"
|
|
|
|
options:
|
|
|
|
"desc": "desc"
|
|
|
|
"asc": "asc"
|
2019-04-19 04:04:27 +00:00
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
search:
|
|
|
|
paths:
|
|
|
|
# https://concen.org/torrents?title_op=allwords&title=cbc+national&title_1_op=not&title_1=&seeds=1
|
|
|
|
- path: torrents
|
|
|
|
inputs:
|
|
|
|
title_op: allwords
|
|
|
|
title: "{{ .Keywords }}"
|
|
|
|
title_1_op: not
|
|
|
|
title_1: ""
|
|
|
|
seeds: All
|
|
|
|
order: "{{ .Config.sort }}"
|
|
|
|
sort: "{{ .Config.type }}"
|
2019-04-19 04:04:27 +00:00
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
rows:
|
|
|
|
selector: table > tbody > tr:has(td.views-field-title)
|
2019-12-14 07:58:15 +00:00
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
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
|
|
|
|
date:
|
|
|
|
selector: td.views-field-created
|
|
|
|
size:
|
|
|
|
selector: td.views-field-size
|
|
|
|
seeders:
|
|
|
|
selector: td.views-field-seeds
|
|
|
|
leechers:
|
2020-05-10 21:19:20 +00:00
|
|
|
selector: td.views-field-peers
|
2020-05-10 20:05:19 +00:00
|
|
|
grabs:
|
2020-05-10 21:19:20 +00:00
|
|
|
selector: td.views-field-completed
|
2020-05-10 20:05:19 +00:00
|
|
|
downloadvolumefactor:
|
|
|
|
text: 0
|
|
|
|
uploadvolumefactor:
|
|
|
|
text: 1
|
2020-01-16 20:27:12 +00:00
|
|
|
# Drupal 7
|