1
0
mirror of https://github.com/Prowlarr/Indexers.git synced 2026-04-25 10:58:28 +01:00
Files
Indexers/definitions/v2/mvgroupmain.yml
bakerboy448 3cdbeb7062 jackett indexers as of b312cf0b72ace2360537ba8c5f1d0f847dc4bc1a
jackett indexers as of  4f91793a847006400eaa803ed96b54c1af2a0a64

jackett indexers as of  9da7c9b17839e3f463e961d494067f66330fc026

jackett indexers as of  1c599ed3fffc5bde51e24a337a9a530476ee74cc

jackett indexers as of  fe381cc98371f7fe462917566a72983053320901

jackett indexers as of  cece6cf02475802057002c6b8f7dcc108417f172

jackett indexer as of b3f4e41c72c96c1871d329d4bc39cf27c0a9e91e

jackett indexers as of eef7b27ad1557dd8d43acea6e022191fcb6a638a

jackett indexers as of  70c46dcc3648b7a27128267fac469f60085ef359

jackett indexers as of  02058dd3ff2e845e0403056f4c8bb85b9d9bd4e7

jackett indexers as of  5822194133b61203bff7490811349b4c4f4742c0

jackett indexers as of  a605a2935a0d8df61fed935fba242c2714ac1151

jackett indexers as of  2816a5d35acde63600e9ca7426300162ee8ea27f

jackett indexers as of  ef224a5293f66d7bd91b07838a64c5323365124b

jackett indexers as of  97c86ced965ccad275139d03bff7e78f5761f195

jackett indexers as of  a01c42c79f87e1bffd06247a69f9d286a415a40c

jackett indexers as of  b5608f8c730059a4eedfa54148da0d8d296b8378

jackett indexers as of  6ce4124549e8175632dc0904a280d0d1742cf603

jackett indexers as of  346064857825429778b6ee6df861eb62af3095d8

jackett indexers as of 5f63670f2d29ec57516ebd5d3e55b803d46bb9fd

jackett indexers as of  9babd96062ac934c616047402a3fb71ca71aa1e8

jackett indexers as of  ee92aa68882c317780b4f9a2a354b55068de85b3

jackett indexers as of  0958c3b50aa424d79fb4290110c74181e14ef1da
2021-11-04 23:34:41 -05:00

231 lines
6.5 KiB
YAML

---
id: mvgroupmain
name: MVGroup Main
description: "MVGroup is a Semi-Private site dedicated to UK TV and DOCUMENTARIES. This definition is for the Main Tracker site."
language: en-US
type: semi-private
encoding: UTF-8
links:
- https://forums.mvgroup.org/
legacylinks:
- http://forums.mvgroup.org/
caps:
categories:
Other: Other
modes:
search: [q]
tv-search: [q, season, ep]
movie-search: [q]
settings:
- name: username
type: text
label: Username
- name: password
type: password
label: Password
- name: info_8000
type: info
label: About MVGroup Categories
default: MVGroup does not return categories in its search results.</br>To add to your Apps' Torznab indexer, replace all categories with 8000(Other).
- name: hidef
type: checkbox
label: Show MVGroup HiDef Releases only
default: false
- name: withsubs
type: select
label: Subtitles
default: _
options:
_: -OFF-
alb: Albanian
ara: Arabic
arm: Armenian
ass: Assyrian
bos: Bosnian
bul: Bulgarian
cat: Catalan
chi: "Chinese, simplified"
zho: "Chinese, traditional"
hrv: Croatian
cze: Czech
dan: Danish
dut: Dutch
eng: English
est: Estonian
fin: Finnish
fre: French
glg: Galician
geo: Georgian
ger: German
ell: Greek
heb: Hebrew
hin: Hindi
hun: Hungarian
ice: Icelandic
ind: Indonesian
ita: Italian
jpn: Japanese
kaz: Kazakh
kor: Korean
lav: Latvian
lit: Lithuanian
ltz: Luxembourgish
mac: Macedonian
may: Malay
nor: Norwegian
per: Persian
pol: Polish
por: Portuguese
rum: Romanian
rus: Russian
scc: Serbian
slo: Slovak
slv: Slovenian
spa: Spanish
swe: Swedish
tha: Thai
tur: Turkish
ukr: Ukrainian
vie: Vietnamese
- name: seed
type: checkbox
label: Only released and seeded torrents
default: false
- name: dropbbc
type: checkbox
label: Drop BBC & other channels from the front of result titles
default: false
- name: stripS01E01
type: checkbox
label: Strip the S01E01 from the Torznab search requests
default: false
- name: sort
type: select
label: Sort requested from site
default: added
options:
added: created
seeders: seeders
filename: title
- name: type
type: select
label: Order requested from site
default: DESC
options:
DESC: desc
ASC: asc
login:
path: index.php?act=Login&CODE=00
method: form
form: form[action^="?act=Login"]
inputs:
UserName: "{{ .Config.username }}"
PassWord: "{{ .Config.password }}"
Privacy: 1
CookieDate: 1
CODE: 01
referer: "https://forums.mvgroup.org/index.php?"
act: Login
error:
- selector: div.borderwrap:has(div.tablepad)
message:
selector: div.borderwrap div.tablepad
test:
path: index.php?https://forums.mvgroup.org/
selector: tr td.nav_mem div span[id="member_menu"]
search:
paths:
- path: maintracker.php
inputs:
seed: "{{ if .Config.seed }}1{{ else }}0{{ end }}"
withsubs: "{{ re_replace .Config.withsubs \"_\" \"\" }}"
filter: "{{ if .Config.hidef }}hd+{{ else }}{{ end }}{{ .Keywords }}"
orderby: "{{ .Config.sort }}"
order: "{{ .Config.type }}"
keywordsfilters:
- name: re_replace
args: ["(?i)S01E01", "{{ if .Config.stripS01E01 }}{{ else }}S01E01{{ end }}"] # optionally remove S01E01 from search
rows:
selector: tr:has(a.magnetlink)
fields:
category:
text: Other
title_default:
# fallback title (to prevent abend if optional is not found)
text: "title not found"
title_optional:
optional: true
selector: td.doubleindent, td.singleindent a[href^="/index.php?showtopic="]
filters:
- name: re_replace
args: ["(?i)^BBC (.*)", "{{ if .Config.dropbbc }}{{ else }}BBC {{ end }}$1"]
- name: re_replace
args: ["(?i)^PBS (.*)", "{{ if .Config.dropbbc }}{{ else }}PBS {{ end }}$1"]
- name: re_replace
args: ["(?i)^CH5 (.*)", "{{ if .Config.dropbbc }}{{ else }}Ch5 {{ end }}$1"]
- name: re_replace
args: ["(?i)^CH4 (.*)", "{{ if .Config.dropbbc }}{{ else }}Ch4 {{ end }}$1"]
- name: re_replace
args: ["(?i)^DC (.*)", "{{ if .Config.dropbbc }}{{ else }}DC {{ end }}$1"]
- name: re_replace
args: ["(?i)^DW (.*)", "{{ if .Config.dropbbc }}{{ else }}DW {{ end }}$1"]
- name: re_replace
args: ["(?i)^HC (.*)", "{{ if .Config.dropbbc }}{{ else }}HC {{ end }}$1"]
- name: re_replace
args: ["(?i)^RTE (.*)", "{{ if .Config.dropbbc }}{{ else }}RTE {{ end }}$1"]
- name: re_replace
args: ["(?i)^ITV (.*)", "{{ if .Config.dropbbc }}{{ else }}ITV {{ end }}$1"]
- name: re_replace
args: ["(?i)^HBO (.*)", "{{ if .Config.dropbbc }}{{ else }}HBO {{ end }}$1"]
- name: re_replace
args: ["(?i)^NHK (.*)", "{{ if .Config.dropbbc }}{{ else }}NHK {{ end }}$1"]
- name: re_replace
args: ["(?i)^UKTV (.*)", "{{ if .Config.dropbbc }}{{ else }}UKTV {{ end }}$1"]
- name: re_replace
args: ["(?i)^NOVA (.*)", "{{ if .Config.dropbbc }}{{ else }}NOVA {{ end }}$1"]
- name: re_replace
args: ["(?i)^TV5Monde (.*)", "{{ if .Config.dropbbc }}{{ else }}TV5Monde {{ end }}$1"]
- name: re_replace
args: ["(?i)^Al-Jazeera (.*)", "{{ if .Config.dropbbc }}{{ else }}Al-Jazeera {{ end }}$1"]
- name: append
args: "{{ if .Config.stripS01E01 }}{{ else }} S01E01{{ end }}"
title:
text: "{{ if .Result.title_optional }}{{ .Result.title_optional }}{{ else }}{{ .Result.title_default }}{{ end }}"
details:
optional: true
selector: td.singleindent a[href^="/index.php?showtopic="]
attribute: href
download:
selector: td a.torrentlink
attribute: href
magnet:
selector: td a.magnetlink
attribute: href
size:
text: "512 MB"
date:
selector: td:nth-of-type(3)
filters:
- name: append
args: " +00:00" # GMT
- name: dateparse
args: "2006/01/02 -07:00"
seeders:
selector: td:nth-of-type(4)
leechers:
selector: td:nth-of-type(5)
grabs:
selector: td:nth-of-type(6)
downloadvolumefactor:
text: 0
uploadvolumefactor:
text: 1
# Invision Power Board