summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hoster')
-rw-r--r--module/plugins/hoster/MegaDebridEu.py (renamed from module/plugins/hoster/MegaDebrid.py)2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/MegaDebrid.py b/module/plugins/hoster/MegaDebridEu.py
index d5ff971ca..73c553896 100644
--- a/module/plugins/hoster/MegaDebrid.py
+++ b/module/plugins/hoster/MegaDebridEu.py
@@ -23,7 +23,7 @@ from module.common.json_layer import json_loads
class MegaDebridEu(Hoster):
__name__ = "MegaDebridEu"
- __version__ = "0.1"
+ __version__ = "0.2"
__type__ = "hoster"
__pattern__ = r'^https?://(?:w{3}\d+\.mega-debrid.eu|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})/download/file/[^/]+/.+$'
__description__ = """mega-debrid.eu hoster plugin"""