summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/crypter/FilesonicCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/crypter/FilesonicCom.py')
-rw-r--r--pyload/plugins/crypter/FilesonicCom.py18
1 files changed, 0 insertions, 18 deletions
diff --git a/pyload/plugins/crypter/FilesonicCom.py b/pyload/plugins/crypter/FilesonicCom.py
deleted file mode 100644
index 0f6c92ee0..000000000
--- a/pyload/plugins/crypter/FilesonicCom.py
+++ /dev/null
@@ -1,18 +0,0 @@
-# -*- coding: utf-8 -*-
-
-from pyload.plugins.internal.DeadCrypter import DeadCrypter, create_getInfo
-
-
-class FilesonicCom(DeadCrypter):
- __name = "FilesonicCom"
- __type = "crypter"
- __version = "0.12"
-
- __pattern = r'http://(?:www\.)?filesonic\.com/folder/\w+'
-
- __description = """Filesonic.com folder decrypter plugin"""
- __license = "GPLv3"
- __authors = [("zoidberg", "zoidberg@mujmail.cz")]
-
-
-getInfo = create_getInfo(FilesonicCom)