summaryrefslogtreecommitdiffstats
path: root/pyload/plugin/hoster/MegaDebridEu.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugin/hoster/MegaDebridEu.py')
-rw-r--r--pyload/plugin/hoster/MegaDebridEu.py14
1 files changed, 7 insertions, 7 deletions
diff --git a/pyload/plugin/hoster/MegaDebridEu.py b/pyload/plugin/hoster/MegaDebridEu.py
index 842ad4de9..cefd278eb 100644
--- a/pyload/plugin/hoster/MegaDebridEu.py
+++ b/pyload/plugin/hoster/MegaDebridEu.py
@@ -9,15 +9,15 @@ from pyload.plugin.internal.MultiHoster import MultiHoster
class MegaDebridEu(MultiHoster):
- __name__ = "MegaDebridEu"
- __type__ = "hoster"
- __version__ = "0.46"
+ __name = "MegaDebridEu"
+ __type = "hoster"
+ __version = "0.46"
- __pattern__ = r'http://((?:www\d+\.|s\d+\.)?mega-debrid\.eu|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})/download/file/[\w^_]+'
+ __pattern = r'http://((?:www\d+\.|s\d+\.)?mega-debrid\.eu|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})/download/file/[\w^_]+'
- __description__ = """mega-debrid.eu multi-hoster plugin"""
- __license__ = "GPLv3"
- __authors__ = [("D.Ducatel", "dducatel@je-geek.fr")]
+ __description = """mega-debrid.eu multi-hoster plugin"""
+ __license = "GPLv3"
+ __authors = [("D.Ducatel", "dducatel@je-geek.fr")]
API_URL = "https://www.mega-debrid.eu/api.php"