summaryrefslogtreecommitdiffstats
path: root/module/plugins/crypter/ILoadTo.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/crypter/ILoadTo.py')
-rw-r--r--module/plugins/crypter/ILoadTo.py7
1 files changed, 2 insertions, 5 deletions
diff --git a/module/plugins/crypter/ILoadTo.py b/module/plugins/crypter/ILoadTo.py
index 7fdbeeaa0..e3c0c644c 100644
--- a/module/plugins/crypter/ILoadTo.py
+++ b/module/plugins/crypter/ILoadTo.py
@@ -1,12 +1,12 @@
# -*- coding: utf-8 -*-
-from module.plugins.internal.DeadCrypter import DeadCrypter, create_getInfo
+from module.plugins.internal.DeadCrypter import DeadCrypter
class ILoadTo(DeadCrypter):
__name__ = "ILoadTo"
__type__ = "crypter"
- __version__ = "0.14"
+ __version__ = "0.15"
__status__ = "stable"
__pattern__ = r'http://(?:www\.)?iload\.to/go/\d+\-[\w\-.]+/'
@@ -15,6 +15,3 @@ class ILoadTo(DeadCrypter):
__description__ = """Iload.to decrypter plugin"""
__license__ = "GPLv3"
__authors__ = [("hzpz", None)]
-
-
-getInfo = create_getInfo(ILoadTo)