summaryrefslogtreecommitdiffstats
path: root/module/plugins/crypter/MegaRapidCz.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/crypter/MegaRapidCz.py')
-rw-r--r--module/plugins/crypter/MegaRapidCz.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/module/plugins/crypter/MegaRapidCz.py b/module/plugins/crypter/MegaRapidCz.py
index 79900c08a..86235444b 100644
--- a/module/plugins/crypter/MegaRapidCz.py
+++ b/module/plugins/crypter/MegaRapidCz.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
-from pyload.plugin.internal.SimpleCrypter import SimpleCrypter
+from module.plugins.internal.SimpleCrypter import SimpleCrypter, create_getInfo
class MegaRapidCz(SimpleCrypter):
@@ -18,3 +18,6 @@ class MegaRapidCz(SimpleCrypter):
LINK_PATTERN = r'<td class="soubor"[^>]*><a href="([^"]+)">'
+
+
+getInfo = create_getInfo(MegaRapidCzFolder)