2019-02-02 04:10:53 +00:00
|
|
|
---
|
2020-05-11 19:59:28 +00:00
|
|
|
id: monova
|
2020-05-10 20:05:19 +00:00
|
|
|
name: Monova
|
|
|
|
description: "Monova is a Public torrent index."
|
|
|
|
language: en-us
|
|
|
|
type: public
|
|
|
|
encoding: UTF-8
|
|
|
|
followredirect: true
|
|
|
|
links:
|
|
|
|
- https://monova.org/
|
|
|
|
- https://monova.to/
|
2020-06-25 19:17:40 +00:00
|
|
|
- https://monova.unblockit.id/
|
2020-09-08 19:08:50 +00:00
|
|
|
- https://monova.unblocked.rest/
|
2020-05-12 19:15:11 +00:00
|
|
|
legacylinks:
|
|
|
|
- https://monova.unblockninja.com/ # currently redirects to https://monova.org/
|
|
|
|
- https://monova.unblockit.pro/
|
|
|
|
- https://monova.unblockit.one/
|
2020-05-10 20:05:19 +00:00
|
|
|
- https://monova.black-mirror.xyz/
|
|
|
|
- https://monova.unblocked.casa/
|
|
|
|
- https://monova.proxyportal.fun/
|
|
|
|
- https://monova.uk-unblock.xyz/
|
|
|
|
- https://monova.ind-unblock.xyz/
|
2020-06-10 03:54:08 +00:00
|
|
|
- https://monova.unblockit.me/
|
2020-06-25 19:17:40 +00:00
|
|
|
- https://monova.unblockit.pw/
|
2020-09-08 19:08:50 +00:00
|
|
|
- https://monova.unblocked.bar/
|
|
|
|
- https://monova.proxyportal.pw/
|
|
|
|
- https://monova.uk-unblock.pro/
|
2019-02-02 04:10:53 +00:00
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
caps:
|
|
|
|
categories:
|
|
|
|
"venus-mars": XXX
|
|
|
|
"video-camera": Movies
|
|
|
|
"music": Audio
|
|
|
|
"book": Books
|
|
|
|
"gamepad": PC/Games
|
|
|
|
"cog": PC/0day
|
|
|
|
"venus-mars": XXX
|
|
|
|
"list": Other
|
|
|
|
"picture-o": Other/Misc
|
2019-02-02 04:10:53 +00:00
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
modes:
|
|
|
|
search: [q]
|
|
|
|
tv-search: [q, season, ep]
|
|
|
|
movie-search: [q]
|
|
|
|
music-search: [q]
|
2020-10-08 18:19:26 +00:00
|
|
|
book-search: [q]
|
2019-02-02 04:10:53 +00:00
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
settings: []
|
2019-02-02 04:10:53 +00:00
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
search:
|
|
|
|
paths:
|
|
|
|
# https://monova.to/search?term=vikings+s05e05
|
|
|
|
# https://monova.to/video
|
|
|
|
- path: "{{if .Keywords}}search?term={{.Keywords}}{{else}}video{{end}}"
|
2020-05-11 03:04:20 +00:00
|
|
|
- path: "{{ if .Keywords }}search?term={{ .Keywords }}&{{ else }}video?{{end}}page=2"
|
|
|
|
- path: "{{ if .Keywords }}search?term={{ .Keywords }}&{{ else }}video?{{end}}page=3"
|
|
|
|
- path: "{{ if .Keywords }}search?term={{ .Keywords }}&{{ else }}video?{{end}}page=4"
|
2020-04-14 06:21:07 +00:00
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
keywordsfilters:
|
|
|
|
- name: re_replace
|
|
|
|
args: ["(?:^|\\s)[_\\+\\/\\.\\-\\(\\)]*[\\S]{0,3}[_\\+\\/\\.\\-\\(\\)]*(?:\\s|$)", " "]
|
2020-01-18 21:05:52 +00:00
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
rows:
|
|
|
|
selector: tr.desktop:not(tr[class="desktop success"])
|
|
|
|
filters:
|
|
|
|
- name: andmatch
|
2020-01-18 21:05:52 +00:00
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
fields:
|
|
|
|
title:
|
|
|
|
selector: td.torrent_name a
|
|
|
|
category:
|
|
|
|
selector: td.torrent_name i
|
|
|
|
attribute: class
|
|
|
|
filters:
|
|
|
|
# remove fa fa- prefix
|
|
|
|
- name: replace
|
|
|
|
args: ["fa fa-", ""]
|
|
|
|
details:
|
|
|
|
selector: td.torrent_name a
|
|
|
|
attribute: href
|
2020-10-08 18:19:26 +00:00
|
|
|
_magnetfilename: # convert title to valid magnet filename
|
|
|
|
text: "{{ .Result.title }}"
|
|
|
|
filters:
|
|
|
|
- name: validfilename
|
|
|
|
- name: urlencode
|
|
|
|
magnet: # generate magnet link from details link
|
2020-05-10 20:05:19 +00:00
|
|
|
selector: td.torrent_name a
|
|
|
|
attribute: href
|
2020-10-08 18:19:26 +00:00
|
|
|
filters:
|
|
|
|
- name: regexp
|
|
|
|
args: ([0-9A-Fa-f]{40})
|
|
|
|
- name: prepend
|
|
|
|
args: "magnet:?xt=urn:btih:"
|
|
|
|
- name: append
|
|
|
|
args: "&dn={{ .Result._magnetfilename }}.torrent"
|
|
|
|
- name: append
|
|
|
|
args: "&tr=udp://tracker.opentrackr.org:1337&tr=udp://tracker.coppersurfer.tk:6969&tr=udp://tracker.internetwarriors.net:1337&tr=udp://tracker.leechers-paradise.org:6969"
|
2020-05-10 20:05:19 +00:00
|
|
|
size:
|
|
|
|
optional: true
|
|
|
|
selector: td.center-align
|
|
|
|
filters:
|
|
|
|
- name: replace
|
2020-05-12 22:08:30 +00:00
|
|
|
args: ["N/A", "500 MB"]
|
2020-05-10 20:05:19 +00:00
|
|
|
seeders:
|
|
|
|
text: 1
|
|
|
|
leechers:
|
|
|
|
text: 1
|
|
|
|
downloadvolumefactor:
|
|
|
|
text: 0
|
|
|
|
uploadvolumefactor:
|
|
|
|
text: 1
|
|
|
|
date:
|
|
|
|
optional: true
|
|
|
|
selector: td.torrent_name
|
|
|
|
remove: a
|
|
|
|
filters:
|
|
|
|
- name: replace
|
2020-05-12 22:08:30 +00:00
|
|
|
args: ["added ", ""]
|
2020-05-10 20:05:19 +00:00
|
|
|
- name: replace
|
2020-05-12 22:08:30 +00:00
|
|
|
args: [" ago.*$", ""]
|
2020-05-10 20:05:19 +00:00
|
|
|
- name: replace
|
2020-05-12 22:08:30 +00:00
|
|
|
args: ["min.", "minutes"]
|
2020-05-10 20:05:19 +00:00
|
|
|
- name: timeago
|
2020-01-18 21:05:52 +00:00
|
|
|
# engine n/a
|