summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/SpeedfileCz.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hoster/SpeedfileCz.py')
-rw-r--r--module/plugins/hoster/SpeedfileCz.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/module/plugins/hoster/SpeedfileCz.py b/module/plugins/hoster/SpeedfileCz.py
index c04d8b281..cd6d65082 100644
--- a/module/plugins/hoster/SpeedfileCz.py
+++ b/module/plugins/hoster/SpeedfileCz.py
@@ -8,7 +8,8 @@ class SpeedfileCz(DeadHoster):
__type__ = "hoster"
__version__ = "0.32"
- __pattern__ = r'http://(?:www\.)?speedfile\.cz/.*'
+ __pattern__ = r'http://(?:www\.)?speedfile\.cz/.+'
+ __config__ = [] #@TODO: Remove in 0.4.10
__description__ = """Speedfile.cz hoster plugin"""
__license__ = "GPLv3"