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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/crypter/HotfileCom.py b/pyload/plugins/crypter/HotfileCom.py
index eee4b745f..f64968e15 100644
--- a/pyload/plugins/crypter/HotfileCom.py
+++ b/pyload/plugins/crypter/HotfileCom.py
@@ -6,7 +6,7 @@ from pyload.plugins.internal.DeadCrypter import DeadCrypter, create_getInfo
class HotfileCom(DeadCrypter):
__name__ = "HotfileCom"
__type__ = "crypter"
- __version__ = "0.3"
+ __version__ = "0.30"
__pattern__ = r'https?://(?:www\.)?hotfile\.com/list/\w+/\w+'
__config__ = []