summaryrefslogtreecommitdiffstats
path: root/module/plugins/crypter/FilecloudIo.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/crypter/FilecloudIo.py')
-rw-r--r--module/plugins/crypter/FilecloudIo.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/module/plugins/crypter/FilecloudIo.py b/module/plugins/crypter/FilecloudIo.py
index f4c967a07..d0ca619de 100644
--- a/module/plugins/crypter/FilecloudIo.py
+++ b/module/plugins/crypter/FilecloudIo.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
-from pyload.plugin.internal.SimpleCrypter import SimpleCrypter
+from module.plugins.internal.SimpleCrypter import SimpleCrypter
class FilecloudIo(SimpleCrypter):
@@ -19,3 +19,6 @@ class FilecloudIo(SimpleCrypter):
LINK_PATTERN = r'href="(http://filecloud\.io/\w+)" title'
NAME_PATTERN = r'>(?P<N>.+?) - filecloud\.io<'
+
+
+getInfo = create_getInfo(FilecloudIoFolder)