2020-11-15 02:06:50 +00:00
|
|
|
---
|
|
|
|
id: mesevilag
|
|
|
|
name: MeseVilág
|
|
|
|
description: "MeseVilág (Fairytale World) is a Hungarian Private site for fairy tales, family movies and comedies"
|
2021-09-07 23:09:51 +00:00
|
|
|
language: hu-HU
|
2020-11-15 02:06:50 +00:00
|
|
|
type: private
|
|
|
|
encoding: UTF-8
|
|
|
|
links:
|
|
|
|
- https://mese-vilag.net/
|
|
|
|
|
|
|
|
caps:
|
|
|
|
categorymappings:
|
|
|
|
- {id: 1, cat: TV/Anime, desc: "Anime/Cam"}
|
|
|
|
- {id: 2, cat: TV/Anime, desc: "Anime/Eng"}
|
2021-02-13 01:44:12 +00:00
|
|
|
- {id: 21, cat: TV/Anime, desc: "Anime/HD"}
|
2020-11-15 02:06:50 +00:00
|
|
|
- {id: 3, cat: TV/Anime, desc: "Anime/Hun"}
|
|
|
|
- {id: 13, cat: TV/Anime, desc: "Anime/Sorozat(Series)"}
|
|
|
|
- {id: 4, cat: Movies, desc: "Családi/Cam(Family)"}
|
|
|
|
- {id: 5, cat: Movies, desc: "Családi/Eng(Family)"}
|
2021-02-13 01:44:12 +00:00
|
|
|
- {id: 19, cat: Movies/HD, desc: "Családi/HD(Family)"}
|
2020-11-15 02:06:50 +00:00
|
|
|
- {id: 6, cat: Movies, desc: "Családi/Hun(Family)"}
|
2021-02-04 18:15:05 +00:00
|
|
|
- {id: 17, cat: Movies, desc: "Családi/Romantikus/Cam(Family Romantic)"}
|
|
|
|
- {id: 16, cat: Movies, desc: "Családi/Romantikus/Eng(Family Romantic)"}
|
|
|
|
- {id: 15, cat: Movies, desc: "Családi/Romantikus/Hun(Family Romantic)"}
|
|
|
|
- {id: 18, cat: TV, desc: "Családi/Romantikus/Sorozat(Family Romantic Series)"}
|
2020-11-15 02:06:50 +00:00
|
|
|
- {id: 14, cat: TV, desc: "Családi/Sorozat(Family Series)"}
|
|
|
|
- {id: 8, cat: Audio/Audiobook, desc: "Hangoskönyv(Audiobooks)"}
|
|
|
|
- {id: 9, cat: PC/Games, desc: "Játék/ISO(Games)"}
|
|
|
|
- {id: 11, cat: Console, desc: "Játék/Konzol(Console)"}
|
2021-02-14 05:09:17 +00:00
|
|
|
- {id: 10, cat: PC/Games, desc: "Játék/RIP(Games)"}
|
2020-11-15 02:06:50 +00:00
|
|
|
- {id: 7, cat: Books, desc: "Könyv(Books)"}
|
2021-02-14 05:09:17 +00:00
|
|
|
- {id: 20, cat: Movies/HD, desc: "Romantikus/HD(Romantic)"}
|
2020-11-15 02:06:50 +00:00
|
|
|
- {id: 12, cat: Audio, desc: "Zene/Hun(Music)"}
|
|
|
|
|
|
|
|
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
|
|
|
|
label: Search freeleech only
|
|
|
|
default: false
|
|
|
|
- name: sort
|
|
|
|
type: select
|
|
|
|
label: Sort requested from site
|
|
|
|
default: 4
|
|
|
|
options:
|
|
|
|
4: created
|
|
|
|
7: seeders
|
|
|
|
5: size
|
|
|
|
- name: type
|
|
|
|
type: select
|
|
|
|
label: Order requested from site
|
2020-12-14 03:23:00 +00:00
|
|
|
default: desc
|
2020-11-15 02:06:50 +00:00
|
|
|
options:
|
2020-12-14 03:23:00 +00:00
|
|
|
desc: desc
|
|
|
|
asc: asc
|
2020-11-15 02:06:50 +00:00
|
|
|
- name: info
|
|
|
|
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.
|
|
|
|
|
|
|
|
login:
|
|
|
|
path: login.php
|
|
|
|
method: form
|
|
|
|
form: form#loginForm
|
|
|
|
inputs:
|
|
|
|
username: "{{ .Config.username }}"
|
|
|
|
password: "{{ .Config.password }}"
|
|
|
|
# error: using some kind of JS popup that can not be trapped :-(
|
|
|
|
test:
|
|
|
|
path: index.php
|
|
|
|
selector: a[href="logout.php"]
|
|
|
|
|
|
|
|
search:
|
|
|
|
paths:
|
|
|
|
- path: letoltes.php
|
|
|
|
inputs:
|
|
|
|
$raw: "{{ range .Categories }}c{{.}}=1&{{end}}"
|
|
|
|
search: "{{ .Keywords }}"
|
|
|
|
# 0 active, 1 all, 2 dead, 3 freeleech, 4 2x, 5 mesevilag releases, 6 mytorrents, 7 bybookmarks
|
|
|
|
incldead: "{{ if .Config.freeleech }}3{{ else }}1{{ end }}"
|
|
|
|
# 0 name, 1 descr, 2 both
|
|
|
|
sort: "{{ .Config.sort }}"
|
|
|
|
type: "{{ .Config.type }}"
|
|
|
|
# does not support imdbid search
|
|
|
|
keywordsfilters:
|
|
|
|
- name: re_replace # replace special characters with "%" (wildcard)
|
|
|
|
args: ["[^a-zA-Z0-9]+", "%"]
|
|
|
|
|
|
|
|
rows:
|
2020-12-14 03:23:00 +00:00
|
|
|
selector: table[cellpadding="5"] > tbody > tr:has(a[onmouseover])
|
2020-11-15 02:06:50 +00:00
|
|
|
|
|
|
|
fields:
|
|
|
|
category:
|
|
|
|
selector: a[href^="letoltes.php?cat="]
|
|
|
|
attribute: href
|
|
|
|
filters:
|
|
|
|
- name: querystring
|
|
|
|
args: cat
|
|
|
|
title:
|
2020-12-14 03:23:00 +00:00
|
|
|
selector: a[href^="javascript:"]
|
2020-11-15 02:06:50 +00:00
|
|
|
attribute: title
|
|
|
|
details:
|
2020-12-14 03:23:00 +00:00
|
|
|
selector: span
|
|
|
|
attribute: id
|
|
|
|
filters:
|
|
|
|
- name: replace
|
|
|
|
args: ["span_bookmark_", "details.php?id="]
|
2020-11-15 02:06:50 +00:00
|
|
|
download:
|
2020-12-14 03:23:00 +00:00
|
|
|
selector: span
|
|
|
|
attribute: id
|
2020-11-15 02:06:50 +00:00
|
|
|
filters:
|
|
|
|
- name: replace
|
2020-12-14 03:23:00 +00:00
|
|
|
args: ["span_bookmark_", "download.php?id="]
|
2020-11-15 02:06:50 +00:00
|
|
|
imdb:
|
|
|
|
selector: a[href*="imdb.com/title/tt"]
|
|
|
|
attribute: href
|
|
|
|
poster:
|
|
|
|
selector: a[onmouseover]
|
|
|
|
attribute: onmouseover
|
|
|
|
filters:
|
|
|
|
- name: regexp
|
|
|
|
args: "src=(.+?) "
|
|
|
|
date:
|
|
|
|
selector: td:nth-last-child(6)
|
|
|
|
filters:
|
|
|
|
- name: regexp
|
|
|
|
args: (\d{4}-\d{2}-\d{2}\s\d{2}:\d{2}:\d{2})
|
|
|
|
- name: replace
|
|
|
|
args: ["\xA0", " "]
|
|
|
|
- name: append
|
|
|
|
args: " +01:00" # CET
|
|
|
|
- name: dateparse
|
|
|
|
args: "2006-01-02 15:04:05 -07:00"
|
|
|
|
seeders:
|
|
|
|
selector: td:nth-last-child(4)
|
|
|
|
leechers:
|
|
|
|
selector: td:nth-last-child(3)
|
|
|
|
grabs:
|
|
|
|
selector: td:nth-last-child(2)
|
|
|
|
downloadvolumefactor:
|
|
|
|
selector: td:nth-last-child(5) > font
|
|
|
|
case:
|
|
|
|
"font:contains(\"x0\")": 0
|
|
|
|
"*": 1
|
|
|
|
uploadvolumefactor:
|
|
|
|
selector: td:nth-last-child(5) > font
|
|
|
|
case:
|
|
|
|
"font:contains(\"x2\")": 2
|
|
|
|
"font:contains(\"x3\")": 3
|
|
|
|
"font:contains(\"x4\")": 4
|
|
|
|
"*": 1
|
|
|
|
size:
|
|
|
|
selector: td:nth-last-child(5)
|
|
|
|
remove: font
|
|
|
|
minimumratio:
|
|
|
|
text: 0.7
|
|
|
|
minimumseedtime:
|
|
|
|
# 5 days (as seconds = 5 x 24 x 60 x 60)
|
|
|
|
text: 432000
|
|
|
|
# engine n/a
|