summaryrefslogtreecommitdiffstats
path: root/pyload/plugin/crypter/LofCc.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugin/crypter/LofCc.py')
-rw-r--r--pyload/plugin/crypter/LofCc.py19
1 files changed, 0 insertions, 19 deletions
diff --git a/pyload/plugin/crypter/LofCc.py b/pyload/plugin/crypter/LofCc.py
deleted file mode 100644
index 05917b522..000000000
--- a/pyload/plugin/crypter/LofCc.py
+++ /dev/null
@@ -1,19 +0,0 @@
-# -*- coding: utf-8 -*-
-
-from pyload.plugin.internal.DeadCrypter import DeadCrypter, create_getInfo
-
-
-class LofCc(DeadCrypter):
- __name__ = "LofCc"
- __type__ = "crypter"
- __version__ = "0.21"
-
- __pattern__ = r'http://(?:www\.)?lof\.cc/(.*)'
- __config__ = []
-
- __description__ = """Lof.cc decrypter plugin"""
- __license__ = "GPLv3"
- __authors__ = [("mkaay", "mkaay@mkaay.de")]
-
-
-getInfo = create_getInfo(LofCc)