134 lines
3.8 KiB
YAML
134 lines
3.8 KiB
YAML
---
|
|
id: torrentdownloads
|
|
name: Torrent Downloads
|
|
description: "Torrent Downloads (TD) is a Public torrent site for all kinds of content"
|
|
language: en-US
|
|
type: public
|
|
encoding: UTF-8
|
|
links:
|
|
- https://www.torrentdownloads.pro/
|
|
- https://torrentdownloads.unblockit.africa/
|
|
- https://torrentdownloads.unblockninja.com/
|
|
- https://torrentdownloads.ninjaproxy1.com/
|
|
- https://torrentdownloads.proxyninja.org/
|
|
legacylinks:
|
|
- https://www.torrentdownloads.me/
|
|
- https://torrentdownloads.nocensor.lol/
|
|
- https://torrentdownloads.unblockit.ink/
|
|
- https://torrentdownloads.unblockit.bio/
|
|
- https://torrentdownloads.unblockit.boo/
|
|
- https://www.torrentdownloads.info/
|
|
- https://torrentdownloads.mrunblock.guru/
|
|
- https://torrentdownloads.unblockit.click/
|
|
- https://torrentdownloads.unblockit.asia/
|
|
- https://torrentdownloads.unblockit.mov/
|
|
- https://torrentdownloads.mrunblock.life/
|
|
- https://torrentdownloads.unblockit.rsvp/
|
|
- https://torrentdownloads.nocensor.click/
|
|
- https://torrentdownloads.unblockit.vegas/
|
|
- https://torrentdownloads.unblockit.esq/
|
|
- https://torrentdownloads.unblockit.zip/
|
|
- https://torrentdownloads.unblockit.foo/
|
|
- https://torrentdownloads.unblockit.ing/
|
|
- https://torrentdownloads.mrunblock.bond/
|
|
- https://torrentdownloads.nocensor.cloud/
|
|
- https://torrentdownloads.unblockit.date/
|
|
- https://torrentdownloads.unblockit.dad/
|
|
|
|
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"}
|
|
- {id: 0, cat: Other, desc: "Other"}
|
|
- {id: 6, cat: Other, desc: "Pics"}
|
|
|
|
modes:
|
|
search: [q]
|
|
tv-search: [q, season, ep]
|
|
movie-search: [q]
|
|
music-search: [q]
|
|
book-search: [q]
|
|
allowrawsearch: true
|
|
|
|
settings:
|
|
- name: downloadlink
|
|
type: select
|
|
label: Download link
|
|
default: "magnet:"
|
|
options:
|
|
"http://itorrents.org/": "iTorrents.org"
|
|
"magnet:": "magnet"
|
|
- name: downloadlink2
|
|
type: select
|
|
label: Download link (fallback)
|
|
default: "http://itorrents.org/"
|
|
options:
|
|
"http://itorrents.org/": "iTorrents.org"
|
|
"magnet:": "magnet"
|
|
- name: info_download
|
|
type: info
|
|
label: About the Download links
|
|
default: As the .torrent download links on this site are known to fail from time to time, you can optionally set as a fallback an automatic alternate link.
|
|
|
|
download:
|
|
selectors:
|
|
- selector: a[href^="{{ .Config.downloadlink }}"]
|
|
attribute: href
|
|
- selector: a[href^="{{ .Config.downloadlink2 }}"]
|
|
attribute: href
|
|
|
|
search:
|
|
paths:
|
|
- path: "{{ if .Keywords }}/search/{{ else }}/today/{{ end }}"
|
|
followredirect: true
|
|
inputs:
|
|
$raw: "{{ range .Categories }}s_cat={{.}}&{{end}}"
|
|
search: "{{ .Keywords }}"
|
|
|
|
keywordsfilters:
|
|
- name: re_replace
|
|
args: ["\\W+", " "]
|
|
- name: trim
|
|
|
|
rows:
|
|
selector: div.inner_container > div:has(p:has(a[href^="/torrent/"])):not(:has(span.__cf_email__))
|
|
|
|
fields:
|
|
category:
|
|
selector: img[src^="/templates/new/images/icons/menu_icon"]
|
|
attribute: src
|
|
filters:
|
|
- name: regexp
|
|
args: (\d+)
|
|
title:
|
|
selector: p:nth-child(1) > a
|
|
attribute: title
|
|
filters:
|
|
- name: replace
|
|
args: ["View torrent info : ", ""]
|
|
details:
|
|
selector: p:nth-child(1) > a[href^="/torrent/"]
|
|
attribute: href
|
|
download:
|
|
selector: p:nth-child(1) > a[href^="/torrent/"]
|
|
attribute: href
|
|
date:
|
|
text: now
|
|
size:
|
|
selector: span:nth-child(5)
|
|
seeders:
|
|
selector: span:nth-child(4)
|
|
leechers:
|
|
selector: span:nth-child(3)
|
|
downloadvolumefactor:
|
|
text: 0
|
|
uploadvolumefactor:
|
|
text: 1
|
|
# engine n/a
|