mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
mkvkage: gone. removed. #5983
This commit is contained in:
@@ -66,7 +66,6 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
|
|||||||
* MacTorrents
|
* MacTorrents
|
||||||
* MagnetDL
|
* MagnetDL
|
||||||
* MejorTorrent <!-- maintained by ivandelabeldad -->
|
* MejorTorrent <!-- maintained by ivandelabeldad -->
|
||||||
* MkvCage
|
|
||||||
* Monova
|
* Monova
|
||||||
* MovCr
|
* MovCr
|
||||||
* Newpct (aka: tvsinpagar, descargas2020, torrentlocura, torrentrapid, tumejortorrent, pctnew, etc)
|
* Newpct (aka: tvsinpagar, descargas2020, torrentlocura, torrentrapid, tumejortorrent, pctnew, etc)
|
||||||
|
@@ -1,80 +0,0 @@
|
|||||||
---
|
|
||||||
site: mkvcage
|
|
||||||
name: MkvCage
|
|
||||||
description: "MkvCage is a Public torrent site for MOVIES / TV"
|
|
||||||
language: en-us
|
|
||||||
type: public
|
|
||||||
encoding: UTF-8
|
|
||||||
links:
|
|
||||||
- https://www.mkvcage.nl/
|
|
||||||
|
|
||||||
legacylinks:
|
|
||||||
- https://www.mkvcage.ws/
|
|
||||||
- https://mkvcage.com/
|
|
||||||
- https://www.mkvcage.com/
|
|
||||||
|
|
||||||
caps:
|
|
||||||
categories:
|
|
||||||
1: Movies
|
|
||||||
2: TV
|
|
||||||
3: Other
|
|
||||||
|
|
||||||
modes:
|
|
||||||
search: [q]
|
|
||||||
tv-search: [q, season, ep]
|
|
||||||
movie-search: [q]
|
|
||||||
|
|
||||||
settings: []
|
|
||||||
|
|
||||||
download:
|
|
||||||
selector: a[href^="magnet:?"]
|
|
||||||
|
|
||||||
search:
|
|
||||||
paths:
|
|
||||||
# 6 hits per page!?!?!
|
|
||||||
- path: "{{if .Keywords}}?s={{ .Keywords}}{{else}}{{end}}"
|
|
||||||
- path: "page/2/{{if .Keywords}}?s={{ .Keywords}}{{else}}{{end}}"
|
|
||||||
- path: "page/3/{{if .Keywords}}?s={{ .Keywords}}{{else}}{{end}}"
|
|
||||||
- path: "page/4/{{if .Keywords}}?s={{ .Keywords}}{{else}}{{end}}"
|
|
||||||
- path: "page/5/{{if .Keywords}}?s={{ .Keywords}}{{else}}{{end}}"
|
|
||||||
rows:
|
|
||||||
selector: article
|
|
||||||
filters:
|
|
||||||
- name: andmatch
|
|
||||||
fields:
|
|
||||||
title:
|
|
||||||
selector: h2 a
|
|
||||||
category:
|
|
||||||
selector: span.cat-links
|
|
||||||
attribute: class
|
|
||||||
case:
|
|
||||||
a[href*="/category/movies/"]: "1"
|
|
||||||
a[href*="/category/tv-shows/"]: "2"
|
|
||||||
"*": "3"
|
|
||||||
details:
|
|
||||||
selector: h2 a
|
|
||||||
attribute: href
|
|
||||||
download:
|
|
||||||
selector: h2 a
|
|
||||||
attribute: href
|
|
||||||
description:
|
|
||||||
selector: pre
|
|
||||||
banner:
|
|
||||||
selector: div img
|
|
||||||
attribute: src
|
|
||||||
date:
|
|
||||||
selector: span.posted-on a time
|
|
||||||
attribute: datetime
|
|
||||||
size:
|
|
||||||
selector: h2 a
|
|
||||||
filters:
|
|
||||||
- name: re_replace
|
|
||||||
args: ["(.*?)(\\d+)\\.?\\d?([T|G|M|K]B)$", "$2 $3"]
|
|
||||||
seeders:
|
|
||||||
text: 1
|
|
||||||
leechers:
|
|
||||||
text: 1
|
|
||||||
downloadvolumefactor:
|
|
||||||
text: "0"
|
|
||||||
uploadvolumefactor:
|
|
||||||
text: "1"
|
|
@@ -370,6 +370,7 @@ namespace Jackett.Updater
|
|||||||
"Definitions/lemencili.yml",
|
"Definitions/lemencili.yml",
|
||||||
"Definitions/btbit.yml",
|
"Definitions/btbit.yml",
|
||||||
"Definitions/digbt.yml",
|
"Definitions/digbt.yml",
|
||||||
|
"Definitions/mkvcage.yml",
|
||||||
};
|
};
|
||||||
|
|
||||||
foreach (var oldFile in oldFiles)
|
foreach (var oldFile in oldFiles)
|
||||||
|
Reference in New Issue
Block a user