2018-10-13 21:17:12 +00:00
|
|
|
|
---
|
2020-05-11 19:59:28 +00:00
|
|
|
|
id: elitetorrent-biz
|
2020-05-10 20:05:19 +00:00
|
|
|
|
name: EliteTorrent.biz
|
|
|
|
|
description: "EliteTorrent.biz is a Public torrent site for TV, movies and documentaries"
|
|
|
|
|
language: es-es
|
|
|
|
|
type: public
|
|
|
|
|
encoding: UTF-8
|
|
|
|
|
links:
|
2020-07-04 19:22:32 +00:00
|
|
|
|
- https://www.elitetorrent.to/
|
2020-05-10 20:05:19 +00:00
|
|
|
|
legacylinks:
|
|
|
|
|
- https://www.elitetorrent.biz/
|
|
|
|
|
- https://www.elitetorrent.io/
|
|
|
|
|
- https://www.elitetorrent.one/
|
|
|
|
|
- https://www.elitetorrent.is/
|
|
|
|
|
- https://www.elitetorrent.nu/
|
|
|
|
|
- https://www.elitetorrent.tv/
|
|
|
|
|
- https://www.elitetorrent.li/
|
|
|
|
|
- https://www.elitetorrent.bz/
|
2020-05-17 19:21:26 +00:00
|
|
|
|
- https://www.elitetorrent.nl/
|
2020-05-28 19:38:19 +00:00
|
|
|
|
- https://wwvv.elitetorrent.nl/
|
2020-06-28 19:38:31 +00:00
|
|
|
|
- https://wvvw.elitetorrent.nl/
|
2020-07-04 19:22:32 +00:00
|
|
|
|
- https://vvww.elitetorrent.nl/
|
2018-10-13 21:17:12 +00:00
|
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
|
caps:
|
|
|
|
|
categories:
|
|
|
|
|
"series": TV
|
|
|
|
|
"peliculas": Movies
|
2018-10-13 21:17:12 +00:00
|
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
|
modes:
|
|
|
|
|
search: [q]
|
|
|
|
|
tv-search: [q, season, ep]
|
|
|
|
|
movie-search: [q]
|
2018-10-13 21:17:12 +00:00
|
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
|
settings: []
|
2018-10-13 21:17:12 +00:00
|
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
|
download:
|
|
|
|
|
selector: a[href^="magnet:?"]
|
|
|
|
|
attribute: href
|
2018-10-13 21:17:12 +00:00
|
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
|
search:
|
2020-05-13 00:04:17 +00:00
|
|
|
|
# site returns just 30 results, attempt to fetch upto 90
|
2020-05-10 20:05:19 +00:00
|
|
|
|
paths:
|
|
|
|
|
- path: /
|
|
|
|
|
- path: /page/2/
|
|
|
|
|
- path: /page/3/
|
|
|
|
|
keywordsfilters:
|
|
|
|
|
# most ES/ITA TV torrents are in XXxYY format, so we search without S/E prefixes and filter later
|
|
|
|
|
- name: re_replace
|
|
|
|
|
args: ["S0?(\\d{1,2})", " $1 "]
|
|
|
|
|
- name: re_replace
|
|
|
|
|
args: ["E(\\d{2,3})", " $1 "]
|
|
|
|
|
inputs:
|
|
|
|
|
s: "{{ .Keywords }}"
|
|
|
|
|
$raw: "&x=0&y=0"
|
2020-01-10 21:17:45 +00:00
|
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
|
rows:
|
|
|
|
|
selector: "#principal .miniboxs-ficha li"
|
|
|
|
|
filters:
|
2020-05-13 00:04:17 +00:00
|
|
|
|
- name: andmatch
|
2020-01-10 21:17:45 +00:00
|
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
|
fields:
|
|
|
|
|
title:
|
|
|
|
|
selector: .meta a
|
|
|
|
|
attribute: href
|
|
|
|
|
# normalize to SXXEYY format
|
|
|
|
|
filters:
|
|
|
|
|
- name: re_replace
|
|
|
|
|
args: [".*/([^/]*)/$", "$1"]
|
|
|
|
|
- name: replace
|
|
|
|
|
args: ["-", " "]
|
|
|
|
|
- name: re_replace
|
|
|
|
|
args: ["(\\d{2})×(\\d{2})", "S$1E$2"]
|
|
|
|
|
- name: re_replace
|
|
|
|
|
args: ["(\\d{1})×(\\d{2})", "S0$1E$2"]
|
|
|
|
|
details:
|
|
|
|
|
selector: .meta a
|
|
|
|
|
attribute: href
|
|
|
|
|
download:
|
|
|
|
|
selector: .meta a
|
|
|
|
|
attribute: href
|
|
|
|
|
banner:
|
|
|
|
|
selector: .imagen img
|
|
|
|
|
attribute: data-src
|
2020-05-26 21:58:02 +00:00
|
|
|
|
category_movie:
|
2020-05-10 20:05:19 +00:00
|
|
|
|
selector: .meta a
|
|
|
|
|
attribute: href
|
|
|
|
|
filters:
|
2020-05-26 21:58:02 +00:00
|
|
|
|
- name: regexp
|
|
|
|
|
args: "^.*/(peliculas)/.*$"
|
|
|
|
|
category_tv:
|
|
|
|
|
selector: .meta a
|
|
|
|
|
attribute: href
|
|
|
|
|
filters:
|
|
|
|
|
- name: regexp
|
|
|
|
|
args: "^.*/(series)/.*$"
|
|
|
|
|
category:
|
|
|
|
|
text: "{{ if or .Result.category_movie .Result.category_tv }}{{ or .Result.category_movie .Result.category_tv }}{{ else }}{{ end }}"
|
2020-05-10 20:05:19 +00:00
|
|
|
|
size:
|
|
|
|
|
text: "0 B"
|
|
|
|
|
size:
|
2020-05-13 00:04:17 +00:00
|
|
|
|
# size can be missing
|
2020-05-10 20:05:19 +00:00
|
|
|
|
optional: true
|
|
|
|
|
selector: .voto1
|
|
|
|
|
filters:
|
|
|
|
|
- name: replace
|
|
|
|
|
args: ["s", ""]
|
|
|
|
|
date:
|
|
|
|
|
text: now
|
|
|
|
|
seeders:
|
|
|
|
|
text: 1
|
|
|
|
|
leechers:
|
|
|
|
|
text: 1
|
|
|
|
|
downloadvolumefactor:
|
|
|
|
|
text: 0
|
|
|
|
|
uploadvolumefactor:
|
|
|
|
|
text: 1
|
2020-01-10 21:17:45 +00:00
|
|
|
|
# engine n/a
|