diff options
author | Stefano <l.stickell@yahoo.it> | 2014-05-05 23:44:16 +0200 |
---|---|---|
committer | Stefano <l.stickell@yahoo.it> | 2014-05-05 23:44:16 +0200 |
commit | d3cb016950e6271cdb71b7ac41d8933ab9286079 (patch) | |
tree | df437b93706c4b2b7536a40e3d726ca1599bd9ec | |
parent | Update ShareonlineBiz (diff) | |
download | pyload-d3cb016950e6271cdb71b7ac41d8933ab9286079.tar.xz |
Fixed MegaDebridEu file names
-rw-r--r-- | module/plugins/accounts/MegaDebridEu.py (renamed from module/plugins/accounts/MegaDebrid.py) | 2 | ||||
-rw-r--r-- | module/plugins/hooks/MegaDebridEu.py (renamed from module/plugins/hooks/MegaDebrid.py) | 2 | ||||
-rw-r--r-- | module/plugins/hoster/MegaDebridEu.py (renamed from module/plugins/hoster/MegaDebrid.py) | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/module/plugins/accounts/MegaDebrid.py b/module/plugins/accounts/MegaDebridEu.py index 053b6020c..1fbe00ff7 100644 --- a/module/plugins/accounts/MegaDebrid.py +++ b/module/plugins/accounts/MegaDebridEu.py @@ -20,7 +20,7 @@ from module.common.json_layer import json_loads class MegaDebridEu(Account): __name__ = "MegaDebridEu" - __version__ = "0.1" + __version__ = "0.2" __type__ = "account" __description__ = """mega-debrid.eu account plugin""" __author_name__ = "D.Ducatel" diff --git a/module/plugins/hooks/MegaDebrid.py b/module/plugins/hooks/MegaDebridEu.py index 19e6b22b2..0c3bb99f6 100644 --- a/module/plugins/hooks/MegaDebrid.py +++ b/module/plugins/hooks/MegaDebridEu.py @@ -21,7 +21,7 @@ from module.common.json_layer import json_loads class MegaDebridEu(MultiHoster): __name__ = "MegaDebridEu" - __version__ = "0.01" + __version__ = "0.02" __type__ = "hook" __config__ = [("activated", "bool", "Activated", False), ("unloadFailing", "bool", "Revert to standard download if download fails", False)] 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""" |