summaryrefslogtreecommitdiffstats
path: root/pyload/plugin/hoster/MegareleaseOrg.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugin/hoster/MegareleaseOrg.py')
-rw-r--r--pyload/plugin/hoster/MegareleaseOrg.py17
1 files changed, 17 insertions, 0 deletions
diff --git a/pyload/plugin/hoster/MegareleaseOrg.py b/pyload/plugin/hoster/MegareleaseOrg.py
new file mode 100644
index 000000000..541a1823c
--- /dev/null
+++ b/pyload/plugin/hoster/MegareleaseOrg.py
@@ -0,0 +1,17 @@
+# -*- coding: utf-8 -*-
+
+from pyload.plugin.internal.DeadHoster import DeadHoster
+
+
+class MegareleaseOrg(DeadHoster):
+ __name__ = "MegareleaseOrg"
+ __type__ = "hoster"
+ __version__ = "0.02"
+
+ __pattern__ = r'https?://(?:www\.)?megarelease\.org/\w{12}'
+ __config__ = []
+
+ __description__ = """Megarelease.org hoster plugin"""
+ __license__ = "GPLv3"
+ __authors__ = [("derek3x", "derek3x@vmail.me"),
+ ("stickell", "l.stickell@yahoo.it")]