summaryrefslogtreecommitdiffstats
path: root/module/plugins/crypter/FilecloudIoFolder.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/crypter/FilecloudIoFolder.py')
-rw-r--r--module/plugins/crypter/FilecloudIoFolder.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/module/plugins/crypter/FilecloudIoFolder.py b/module/plugins/crypter/FilecloudIoFolder.py
index 40522d0f4..c78dcb490 100644
--- a/module/plugins/crypter/FilecloudIoFolder.py
+++ b/module/plugins/crypter/FilecloudIoFolder.py
@@ -4,8 +4,8 @@ from module.plugins.internal.SimpleCrypter import SimpleCrypter
class FilecloudIoFolder(SimpleCrypter):
- __name__ = "FilecloudIoFolder"
- __type__ = "crypter"
+ __name__ = "FilecloudIoFolder"
+ __type__ = "crypter"
__version__ = "0.02"
__pattern__ = r'https?://(?:www\.)?(filecloud\.io|ifile\.it)/_\w+'
@@ -13,8 +13,8 @@ class FilecloudIoFolder(SimpleCrypter):
("subfolder_per_package", "bool", "Create a subfolder for each package", True)]
__description__ = """Filecloud.io folder decrypter plugin"""
- __license__ = "GPLv3"
- __authors__ = [("Walter Purcaro", "vuolter@gmail.com")]
+ __license__ = "GPLv3"
+ __authors__ = [("Walter Purcaro", "vuolter@gmail.com")]
LINK_PATTERN = r'href="(http://filecloud\.io/\w+)" title'