2017-04-15 08:45:10 +00:00
|
|
|
---
|
|
|
|
site: tntvillage
|
|
|
|
name: TNTVillage
|
2017-10-04 05:05:10 +00:00
|
|
|
description: "TNTVillage is an ITALIAN Public site for TV / MOVIES / GENERAL"
|
2017-04-15 08:45:10 +00:00
|
|
|
language: it-it
|
|
|
|
type: public
|
|
|
|
encoding: UTF-8
|
|
|
|
links:
|
|
|
|
- http://www.tntvillage.scambioetico.org/
|
|
|
|
|
|
|
|
caps:
|
|
|
|
categorymappings:
|
|
|
|
- {id: 4, cat: Movies, desc: "Movies category"}
|
|
|
|
- {id: 2, cat: Audio, desc: "Music videos"}
|
|
|
|
- {id: 29, cat: TV, desc: "TV Series"}
|
|
|
|
- {id: 7, cat: TV/Anime, desc: "Animes"}
|
|
|
|
- {id: 8, cat: TV/Anime, desc: "Cartoons"}
|
|
|
|
- {id: 14, cat: TV/Documentary, desc: "Documentaries"}
|
|
|
|
- {id: 30, cat: Books/Comics, desc: "Comics"}
|
|
|
|
|
|
|
|
modes:
|
|
|
|
search: [q]
|
|
|
|
tv-search: [q, season, ep]
|
|
|
|
movie-search: [q]
|
|
|
|
|
|
|
|
settings: []
|
|
|
|
|
|
|
|
search:
|
|
|
|
paths:
|
|
|
|
- path: /src/releaselist.php
|
|
|
|
method: post
|
|
|
|
inputs:
|
|
|
|
cat: 0
|
|
|
|
page: 1
|
|
|
|
srcrel: "{{ .Keywords }}"
|
2017-09-08 17:01:36 +00:00
|
|
|
keywordsfilters:
|
|
|
|
- name: diacritics
|
|
|
|
args: replace
|
2017-04-15 08:45:10 +00:00
|
|
|
rows:
|
|
|
|
selector: div.showrelease_tb table tbody tr:not(tr:nth-child(1))
|
|
|
|
fields:
|
|
|
|
title:
|
|
|
|
selector: td:nth-child(7)
|
|
|
|
category:
|
|
|
|
selector: td:nth-child(3) a
|
|
|
|
attribute: href
|
|
|
|
filters:
|
|
|
|
- name: split
|
|
|
|
args: ["=", "-1"]
|
2018-08-19 13:29:43 +00:00
|
|
|
- name: re_replace # normalize to SXXEYY format
|
|
|
|
args: ["(?i)\\b([s])?(\\d{1,3})[x\\s](\\d{1,3})", "S$2E$3"]
|
|
|
|
- name: re_replace # replace web-dlmux with webdl, sonarr don't like it
|
|
|
|
args: ["(?i)web-?\\s?dlmux", "WEB-DL"]
|
2017-04-15 08:45:10 +00:00
|
|
|
details:
|
|
|
|
selector: td:nth-child(7) a
|
|
|
|
attribute: href
|
|
|
|
download:
|
|
|
|
selector: td:nth-child(1) a
|
|
|
|
attribute: href
|
|
|
|
magnet:
|
|
|
|
selector: td:nth-child(2) a
|
|
|
|
attribute: href
|
|
|
|
seeders:
|
|
|
|
selector: td:nth-child(5)
|
|
|
|
leechers:
|
|
|
|
selector: td:nth-child(4)
|
|
|
|
downloadvolumefactor:
|
|
|
|
text: "0"
|
|
|
|
uploadvolumefactor:
|
|
|
|
text: "1"
|
|
|
|
size:
|
|
|
|
selector: td:nth-child(3) a
|
|
|
|
case:
|
|
|
|
a[href*="&cat=4"]: "5GB"
|
|
|
|
a[href*="&cat=2"]: "100MB"
|
|
|
|
a[href*="&cat=30"]: "100MB"
|
|
|
|
"*": "2GB"
|