summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster
diff options
context:
space:
mode:
authorGravatar Stefano <l.stickell@yahoo.it> 2014-05-05 23:44:16 +0200
committerGravatar Stefano <l.stickell@yahoo.it> 2014-05-05 23:44:16 +0200
commitd3cb016950e6271cdb71b7ac41d8933ab9286079 (patch)
treedf437b93706c4b2b7536a40e3d726ca1599bd9ec /module/plugins/hoster
parentUpdate ShareonlineBiz (diff)
downloadpyload-d3cb016950e6271cdb71b7ac41d8933ab9286079.tar.xz
Fixed MegaDebridEu file names
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"""