summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/crypter/LofCc.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/crypter/LofCc.py')
-rw-r--r--pyload/plugins/crypter/LofCc.py16
1 files changed, 8 insertions, 8 deletions
diff --git a/pyload/plugins/crypter/LofCc.py b/pyload/plugins/crypter/LofCc.py
index 89e34d58b..dbe785179 100644
--- a/pyload/plugins/crypter/LofCc.py
+++ b/pyload/plugins/crypter/LofCc.py
@@ -4,16 +4,16 @@ from pyload.plugins.internal.DeadCrypter import DeadCrypter, create_getInfo
class LofCc(DeadCrypter):
- __name__ = "LofCc"
- __type__ = "crypter"
- __version__ = "0.21"
+ __name = "LofCc"
+ __type = "crypter"
+ __version = "0.21"
- __pattern__ = r'http://(?:www\.)?lof\.cc/(.*)'
- __config__ = []
+ __pattern = r'http://(?:www\.)?lof\.cc/(.*)'
+ __config = []
- __description__ = """Lof.cc decrypter plugin"""
- __license__ = "GPLv3"
- __authors__ = [("mkaay", "mkaay@mkaay.de")]
+ __description = """Lof.cc decrypter plugin"""
+ __license = "GPLv3"
+ __authors = [("mkaay", "mkaay@mkaay.de")]
getInfo = create_getInfo(LofCc)