2017-07-16 11:16:09 +00:00
|
|
|
---
|
|
|
|
site: torrentdownloads
|
|
|
|
name: Torrent Downloads
|
2017-10-03 10:47:02 +00:00
|
|
|
description: "Torrent Downloads (TD) is a Public torrent site for all kinds of content"
|
2017-07-16 11:16:09 +00:00
|
|
|
language: en-us
|
|
|
|
type: public
|
|
|
|
encoding: UTF-8
|
|
|
|
links:
|
|
|
|
- https://www.torrentdownloads.me/
|
2019-12-02 17:48:02 +00:00
|
|
|
- https://www.torrentdownloads.info/
|
2017-07-16 11:16:09 +00:00
|
|
|
|
|
|
|
caps:
|
|
|
|
categorymappings:
|
|
|
|
- {id: 8, cat: TV, desc: "TV Shows"}
|
|
|
|
- {id: 4, cat: Movies, desc: "Movies"}
|
|
|
|
- {id: 5, cat: Audio, desc: "Music"}
|
|
|
|
- {id: 3, cat: PC/Games, desc: "Games"}
|
|
|
|
- {id: 7, cat: PC, desc: "Software"}
|
|
|
|
- {id: 1, cat: TV/Anime, desc: "Anime"}
|
|
|
|
- {id: 2, cat: Books, desc: "Books"}
|
|
|
|
- {id: 9, cat: Other, desc: "Other"}
|
|
|
|
|
|
|
|
modes:
|
|
|
|
search: [q]
|
2019-08-12 07:15:51 +00:00
|
|
|
tv-search: [q, season, ep]
|
|
|
|
movie-search: [q]
|
2019-12-13 20:54:14 +00:00
|
|
|
|
2018-05-02 05:34:31 +00:00
|
|
|
settings:
|
|
|
|
- name: downloadlink
|
|
|
|
type: select
|
|
|
|
label: Download link
|
|
|
|
default: "magnet:"
|
|
|
|
options:
|
|
|
|
"http://itorrents.org/" : "iTorrents.org"
|
|
|
|
"magnet:": "magnet"
|
|
|
|
|
2017-11-10 11:06:59 +00:00
|
|
|
download:
|
2018-05-02 05:34:31 +00:00
|
|
|
selector: a[href^="{{ .Config.downloadlink }}"]
|
2020-01-11 04:52:11 +00:00
|
|
|
attribute: href
|
2019-12-13 20:54:14 +00:00
|
|
|
|
2017-07-16 11:16:09 +00:00
|
|
|
search:
|
2017-10-23 17:55:22 +00:00
|
|
|
paths:
|
|
|
|
- path: "{{if .Keywords}}/search/{{else}}/today/{{end}}"
|
2017-07-16 11:16:09 +00:00
|
|
|
inputs:
|
|
|
|
$raw: "new=1&{{range .Categories}}s_cat={{.}}&{{end}}"
|
2019-08-12 07:15:51 +00:00
|
|
|
search: "{{ .Keywords }}"
|
2019-12-13 20:54:14 +00:00
|
|
|
|
2017-07-16 11:16:09 +00:00
|
|
|
rows:
|
|
|
|
selector: div.inner_container > div:has(p:has(a[href^="/torrent/"]))
|
2019-12-13 20:54:14 +00:00
|
|
|
|
2017-07-16 11:16:09 +00:00
|
|
|
fields:
|
|
|
|
title:
|
|
|
|
selector: p:nth-child(1) > a
|
|
|
|
details:
|
|
|
|
selector: p:nth-child(1) > a[href^="/torrent/"]
|
|
|
|
attribute: href
|
|
|
|
download:
|
|
|
|
selector: p:nth-child(1) > a[href^="/torrent/"]
|
|
|
|
attribute: href
|
2018-04-14 03:51:28 +00:00
|
|
|
date:
|
|
|
|
text: now
|
2017-07-16 11:16:09 +00:00
|
|
|
size:
|
|
|
|
selector: span:nth-child(5)
|
|
|
|
seeders:
|
|
|
|
selector: span:nth-child(4)
|
|
|
|
leechers:
|
|
|
|
selector: span:nth-child(3)
|
|
|
|
category:
|
|
|
|
selector: img[src^="/templates/new/images/icons/menu_icon"]
|
|
|
|
attribute: src
|
|
|
|
filters:
|
|
|
|
- name: regexp
|
|
|
|
args: ([\d,]+)
|
|
|
|
downloadvolumefactor:
|
2019-12-13 20:54:14 +00:00
|
|
|
text: 0
|
2017-07-16 11:16:09 +00:00
|
|
|
uploadvolumefactor:
|
2019-12-13 20:54:14 +00:00
|
|
|
text: 1
|
2020-02-14 20:48:27 +00:00
|
|
|
# engine n/a
|