2019-03-19 21:03:41 +00:00
|
|
|
---
|
|
|
|
site: btdb
|
|
|
|
name: BTDB
|
|
|
|
description: "BTDB is a Public BitTorrent DHT search engine."
|
|
|
|
language: en-us
|
|
|
|
type: public
|
|
|
|
encoding: UTF-8
|
|
|
|
links:
|
|
|
|
- https://btdb.eu/
|
|
|
|
legacylinks:
|
|
|
|
- https://btdb.to/
|
|
|
|
- https://btdb.unblocked.app/
|
|
|
|
|
|
|
|
caps:
|
|
|
|
categorymappings:
|
|
|
|
- {id: 1, cat: Other, desc: "Other"}
|
|
|
|
|
|
|
|
modes:
|
|
|
|
search: [q]
|
|
|
|
tv-search: [q, season, ep]
|
|
|
|
movie-search: [q]
|
|
|
|
|
|
|
|
settings:
|
|
|
|
- name: info
|
|
|
|
type: info
|
|
|
|
label: Category for Sonarr and Radarr
|
|
|
|
default: BTDB does not use categories. In your Sonarr or Radarr Torznab Indexer settings, set the category to 100001.
|
|
|
|
|
|
|
|
search:
|
|
|
|
paths:
|
2019-11-30 18:42:26 +00:00
|
|
|
- path: "{{if .Keywords}}?s={{ .Keywords}}&sort=time{{else}}recent{{end}}"
|
2019-03-19 21:03:41 +00:00
|
|
|
rows:
|
|
|
|
selector: li[class$="item"]
|
|
|
|
fields:
|
|
|
|
title:
|
|
|
|
selector: h2[class$="title"] a[href*="/torrent/"]
|
|
|
|
attribute: title
|
|
|
|
category:
|
|
|
|
text: "1"
|
|
|
|
details:
|
|
|
|
selector: h2[class$="title"] a[href*="/torrent/"]
|
|
|
|
attribute: href
|
|
|
|
magnet:
|
|
|
|
selector: div[class$="info"] a[href^="magnet:?xt="]
|
|
|
|
attribute: href
|
|
|
|
size:
|
|
|
|
selector: div[class$="info"] span:nth-of-type(1)
|
|
|
|
files:
|
|
|
|
selector: div[class$="info"] span:nth-of-type(2)
|
|
|
|
date:
|
|
|
|
selector: div[class$="info"] span:nth-of-type(3)
|
2019-06-09 01:58:55 +00:00
|
|
|
filters:
|
|
|
|
- name: timeago
|
2019-03-19 21:03:41 +00:00
|
|
|
grabs:
|
|
|
|
selector: div[class$="info"] span:nth-of-type(4)
|
|
|
|
seeders:
|
|
|
|
text: 1
|
|
|
|
leechers:
|
|
|
|
text: 1
|
|
|
|
downloadvolumefactor:
|
|
|
|
text: "0"
|
|
|
|
uploadvolumefactor:
|
|
|
|
text: "1"
|