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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/SpeedfileCz.py b/module/plugins/hoster/SpeedfileCz.py
index 2405250ab..76625c3c4 100644
--- a/module/plugins/hoster/SpeedfileCz.py
+++ b/module/plugins/hoster/SpeedfileCz.py
@@ -23,7 +23,7 @@ from module.plugins.internal.DeadHoster import DeadHoster, create_getInfo
class SpeedfileCz(DeadHoster):
__name__ = "SpeedFileCz"
__type__ = "hoster"
- __pattern__ = r"http://speedfile.cz/.*"
+ __pattern__ = r"http://(?:www\.)?speedfile.cz/.*"
__version__ = "0.32"
__description__ = """Speedfile.cz hoster plugin"""
__author_name__ = "zoidberg"