2020-10-04 05:36:30 +00:00
---
id : mnv
name : MNV
2020-10-04 06:00:21 +00:00
description : "MNV (Max-New-Vision) is a Private GERMAN tracker"
2020-10-04 05:36:30 +00:00
language : de-de
type : private
encoding : UTF-8
links :
- https://mnvv2.info/
caps :
categorymappings :
- {id: 1, cat: TV/Anime, desc : "Anime" }
- {id: 2, cat: PC, desc : "Appz" }
- {id: 13, cat: TV/Documentary, desc : "Doku" }
- {id: 3, cat: Books/Ebook, desc : "E-Books/Bücher" }
- {id: 27, cat: Console/NDS, desc : "Games/Nintendo" }
- {id: 24, cat: PC/Games, desc : "Games/PC" }
- {id: 25, cat: Console/PSP, desc : "Games/PlayStation" }
- {id: 28, cat: Console/Xbox, desc : "Games/XBOX" }
- {id: 22, cat: PC/Phone-Other, desc : "Handy/PDA" }
- {id: 32, cat: TV/Anime, desc : "Hentai" }
- {id: 4, cat: Audio/Audiobook, desc : "Hörspiel/Hörbuch" }
- {id: 31, cat: Movies/BluRay, desc : "Movies/BluRay" }
- {id: 8, cat: Movies/DVD, desc : "Movies/DVD" }
- {id: 6, cat: Movies/HD, desc : "Movies/H.26x" }
- {id: 9, cat: Movies/SD, desc : "Movies/VCD" }
- {id: 11, cat: Movies/SD, desc : "Movies/Xvid/DivX" }
- {id: 18, cat: Audio, desc : "Musik" }
- {id: 19, cat: Audio/Video, desc : "Musik Videos" }
- {id: 30, cat: Other, desc : "Sonstiges" }
- {id: 21, cat: TV/Sport, desc : "Sport" }
- {id: 5, cat: Books/Magazines, desc : "Tageszeitung" }
- {id: 14, cat: TV, desc : "TV-Serien" }
- {id: 29, cat: XXX, desc : "XXX" }
modes :
search : [ q]
tv-search : [ q, season, ep]
movie-search : [ q]
music-search : [ q]
book-search : [ q]
settings :
- name : username
type : text
label : Username
- name : password
type : password
label : Password
- name : freeleech
type : checkbox
2020-10-04 07:13:43 +00:00
label : Search FreeLeech only
2020-10-04 05:36:30 +00:00
default : false
2020-10-04 07:13:43 +00:00
- name : onlyupload
type : checkbox
label : Search OnlyUpload only
default : false
- name : info_free
type : info
label : About Freeleech and OnlyUpload at MNV
default : <li>FreeLeech are torrents where neither the download or upload is counted.</li><li>OnlyUpload are torrents where download is not counted but upload is. Good for buiding your Ratio up.</li><li>Do not set both FreeLeech and OnlyUpload check boxes, there are no torrents with both these flags so you will get a no-results error.</li>
2020-10-04 05:36:30 +00:00
- name : sort
type : select
label : Sort requested from site
default : "added"
options :
"added": "created"
"seeds": "seeders"
"size": "size"
"name": "title"
- name : type
type : select
label : Order requested from site
default : "desc"
options :
"desc": "desc"
"asc": "asc"
- name : info_tpp
type : info
label : Results Per Page
default : For best results, change the <b>Torrents per page:</b> setting to <b>100</b> on your account profile. The default is <i>10</i>.
login :
path : takelogin.php
method : post
inputs :
username : "{{ .Config.username }}"
password : "{{ .Config.password }}"
error :
- selector : .tablea:contains("Fehler")
test :
path : browse.php
selector : a[href="logout.php"]
search :
# https://mnvv2.info/browse.php?showsearch=1&c13=1&c3=1&search=&blah=0&incldead=1&team=0&orderby=added&sort=desc&language=all
path : browse.php
inputs :
$raw : "{{range .Categories}}c{{.}}=1&{{end}}"
search : "{{ .Keywords }}"
# 0 name, 1 descr, 2 both, 3 filelist
blah : 0
# 0 active, 1 all, 2 dead
incldead : 1
team : 0
language : all
freeleech : "{{ if .Config.freeleech }}1{{ else }}{{ end }}"
2020-10-04 07:13:43 +00:00
free : "{{ if .Config.onlyupload }}1{{ else }}{{ end }}"
2020-10-04 05:36:30 +00:00
orderby : "{{ .Config.sort }}"
order : "{{ .Config.type }}"
2020-10-04 07:13:43 +00:00
# site does not support imdbid search from the browse.php page or return imdb links in results
2020-10-04 05:36:30 +00:00
rows :
selector : table.tableinborder > tbody > tr:has(a[href^="download.php"])
fields :
category :
selector : a[href^="browse.php?cat="]
attribute : href
filters :
- name : querystring
args : cat
title :
selector : a[href^="details.php"]
details :
selector : a[href^="details.php"]
attribute : href
download :
selector : a[href^="download.php"]
attribute : href
2020-10-04 07:13:43 +00:00
banner :
selector : a[href^="details.php"]
attribute : onMouseover
filters :
- name : regexp
args : "src=(.*?) width"
2020-10-04 05:36:30 +00:00
date :
2020-10-12 07:35:08 +00:00
selector : td.tablea > table > tbody > tr:nth-child(2) > td:nth-child(2) > b
2020-10-04 05:36:30 +00:00
filters :
- name : append
args : " +01:00" # CET
- name : replace
args : [ "\xA0" , " " ]
- name : dateparse
args : "02.01.2006 15:04:05 -07:00"
grabs :
selector : td.tablea table tbody tr:nth-child(2) td:nth-child(3) b
size :
selector : a[href^="details.php"]
attribute : onMouseover
filters :
- name : regexp
args : "Größe: <b>(.*?)</b>"
- name : replace
args : [ "." , "" ]
- name : replace
args : [ "," , "." ]
seeders :
selector : a[href^="details.php"]
attribute : onMouseover
filters :
- name : regexp
args : ">(\\d+) Seeder"
leechers :
selector : a[href^="details.php"]
attribute : onMouseover
filters :
- name : regexp
args : ">(\\d+) Leecher"
downloadvolumefactor :
case :
img[src="pic/oupic.gif"]: 0
img[src="pic/freeleech.gif"]: 0
"*": 1
uploadvolumefactor :
2020-10-04 07:13:43 +00:00
case :
img[src="pic/freeleech.gif"]: 0
"*": 1
2020-10-04 05:36:30 +00:00
minimumratio :
text : 0.7
minimumseedtime :
# 2 days (as seconds = 2 x 24 x 60 x 60)
text : 172800
# engine n/a