summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/crypter/HotfileCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/crypter/HotfileCom.py')
-rw-r--r--pyload/plugins/crypter/HotfileCom.py19
1 files changed, 0 insertions, 19 deletions
diff --git a/pyload/plugins/crypter/HotfileCom.py b/pyload/plugins/crypter/HotfileCom.py
deleted file mode 100644
index 4cc522022..000000000
--- a/pyload/plugins/crypter/HotfileCom.py
+++ /dev/null
@@ -1,19 +0,0 @@
-# -*- coding: utf-8 -*-
-
-from pyload.plugins.internal.DeadCrypter import DeadCrypter, create_getInfo
-
-
-class HotfileCom(DeadCrypter):
- __name = "HotfileCom"
- __type = "crypter"
- __version = "0.30"
-
- __pattern = r'https?://(?:www\.)?hotfile\.com/list/\w+/\w+'
- __config = []
-
- __description = """Hotfile.com folder decrypter plugin"""
- __license = "GPLv3"
- __authors = [("RaNaN", "RaNaN@pyload.org")]
-
-
-getInfo = create_getInfo(HotfileCom)