Jackett/src/Jackett.Common/Definitions/torrentland.yml

156 lines
5.1 KiB
YAML
Raw Normal View History

---
site: torrentland
name: Torrentland
description: "Torrentland is a SPANISH Private Torrent Tracker for MOVIES / TV / GENERAL"
language: es-es
type: private
encoding: UTF-8
links:
- https://torrentland.li/
caps:
categorymappings:
#Peliculas
- {id: 23, cat: Movies/BluRay, desc: "Peliculas - Full BluRay"}
- {id: 62, cat: Movies/BluRay, desc: "Peliculas - BluRay Remux"}
- {id: 66, cat: Movies/HD, desc: "Peliculas - HD 1080"}
- {id: 65, cat: Movies/HD, desc: "Peliculas - HD 720"}
- {id: 14, cat: Movies/SD, desc: "Peliculas - HDRip"}
- {id: 32, cat: Movies/DVD, desc: "Peliculas - DVDFULL"}
- {id: 15, cat: Movies/DVD, desc: "Peliculas - DVDRip"}
- {id: 71, cat: Movies/Other, desc: "Peliculas - Peliculas V.O."}
- {id: 72, cat: Movies/3D, desc: "Peliculas - 3D"}
2019-02-05 18:50:10 +00:00
- {id: 75, cat: Movies/UHD, desc: "Peliculas - 4K"}
- {id: 80, cat: Movies/BluRay, desc: "Peliculas - JMBD"}
- {id: 81, cat: Movies/UHD, desc: "Peliculas - 4K Remux"}
- {id: 82, cat: Movies/BluRay, desc: "Peliculas - CUSTOM FULLBR"}
- {id: 83, cat: Movies/UHD, desc: "Peliculas - 4K CUSTOM"}
#Eml HDTeam
- {id: 69, cat: Movies/BluRay, desc: "Eml HDTeam - FULLBR"}
- {id: 68, cat: Movies/BluRay, desc: "Eml HDTeam - JMBD"}
- {id: 67, cat: Movies/BluRay, desc: "EML HDTeam - BDRemux"}
- {id: 35, cat: Movies/HD, desc: "EML HDTeam - 1080"}
- {id: 34, cat: Movies/HD, desc: "EML HDTeam - 720"}
- {id: 36, cat: TV/HD, desc: "EML HDTeam - Series"}
- {id: 73, cat: Movies/3D, desc: "EML HDTeam - 3D"}
- {id: 74, cat: Movies/DVD, desc: "EML HDTeam - DVD"}
- {id: 77, cat: Movies/Other, desc: "EML HDTeam - Animacion"}
2019-02-05 18:50:10 +00:00
- {id: 78, cat: Movies/UHD, desc: "EML HDTeam - 4K"}
- {id: 79, cat: Movies/BluRay, desc: "EML HDTeam - CUSTOM BR"}
#Series
- {id: 50, cat: TV/HD, desc: "Series - Full BluRay"}
- {id: 49, cat: TV/HD, desc: "Series - H264"}
- {id: 20, cat: TV/SD, desc: "Series - HDRip"}
- {id: 22, cat: TV/SD, desc: "Series - DVD"}
- {id: 51, cat: TV/OTHER, desc: "Series - Otros Formatos"}
2019-02-05 18:50:10 +00:00
- {id: 84, cat: TV/HD, desc: "Series - H265"}
#Documentales
- {id: 53, cat: TV/Documentary, desc: "Documentales - HD"}
- {id: 52, cat: TV/Documentary, desc: "Documentales - SD"}
#Adultos
- {id: 55, cat: XXX/x264, desc: "Adultos - HD"}
- {id: 54, cat: XXX/XviD, desc: "Adultos - SD"}
#Animación
- {id: 58, cat: Movies/HD, desc: "Animacion - HD"}
- {id: 57, cat: Movies/SD, desc: "Animacion - SD"}
- {id: 76, cat: Movies/3D, desc: "Animacion - 3D"}
#Deportes
- {id: 61, cat: TV/Sport, desc: "Deportes - HD"}
- {id: 60, cat: TV/Sport, desc: "Deportes - SD"}
2019-12-11 03:29:37 +00:00
- {id: 85, cat: Books, desc: "Manuales"}
modes:
search: [q]
login:
path: index.php?page=login
method: post
inputs:
uid: "{{ .Config.username }}"
pwd: "{{ .Config.password }}"
error:
- selector: .alertMessage
test:
path: index.php
selector: form[name="jump1"]
search:
path: index.php
keywordsfilters:
- name: re_replace
args: ["(?i)\\bS(\\d+)", "T$1"]
inputs:
page: "torrents"
$raw: "&category={{range .Categories}}{{.}};{{end}}"
active: "0"
2019-12-11 03:29:37 +00:00
search: "{{ .Keywords }}"
rows:
selector: "#Mcol table.table-inverse ~ table.table-inverse > tbody > tr:not(:first-child)"
fields:
category:
selector: td:nth-child(1) a
attribute: href
filters:
- name: querystring
args: category
title:
selector: td:nth-child(2) a
filters:
- name: re_replace
args: ["(?i)\\bT(\\d+)", "S$1"]
banner:
optional: true
selector: td:nth-child(2) a
attribute: onmouseover
filters:
- name: regexp
args: src=(.+?)width
- name: trim
details:
selector: td:nth-child(2) a
attribute: href
size:
selector: td:nth-child(6)
seeders:
selector: td:nth-child(8) a
leechers:
selector: td:nth-child(9) a
grabs:
selector: td:nth-child(10)
filters:
- name: replace
args: ["---", "0"]
date:
selector: td:nth-child(7)
filters:
- name: dateparse
args: "02/01/2006"
download:
selector: a[href^="download.php"]
attribute: href
downloadvolumefactor:
text: "1"
downloadvolumefactor:
optional: true
selector: tr
attribute: style
filters:
- name: regexp
args: "background: #(.*)"
- name: replace
args: ["f9e5a5", "0"]
- name: replace
args: ["a9a9a9", "0.5"]
- name: replace
args: ["f6c8a6", "0.75"]
uploadvolumefactor:
case:
img[src$="2x.gif"]: "2"
img[src$="3x.gif"]: "3"
img[src$="4x.gif"]: "4"
img[src$="5x.gif"]: "5"
img[src$="6x.gif"]: "6"
img[src$="7x.gif"]: "7"
"*": "1"