diff options
Diffstat (limited to 'pyload/plugins/crypter/LofCc.py')
-rw-r--r-- | pyload/plugins/crypter/LofCc.py | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/pyload/plugins/crypter/LofCc.py b/pyload/plugins/crypter/LofCc.py deleted file mode 100644 index dbe785179..000000000 --- a/pyload/plugins/crypter/LofCc.py +++ /dev/null @@ -1,19 +0,0 @@ -# -*- coding: utf-8 -*- - -from pyload.plugins.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) |