summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/hoster/SpeedyshareCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/hoster/SpeedyshareCom.py')
-rw-r--r--pyload/plugins/hoster/SpeedyshareCom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/hoster/SpeedyshareCom.py b/pyload/plugins/hoster/SpeedyshareCom.py
index 42bb3e453..5dd29dad0 100644
--- a/pyload/plugins/hoster/SpeedyshareCom.py
+++ b/pyload/plugins/hoster/SpeedyshareCom.py
@@ -15,7 +15,7 @@ class SpeedyshareCom(SimpleHoster):
__type__ = "hoster"
__version__ = "0.02"
- __pattern__ = r"https?://(www\.)?(speedyshare\.com|speedy\.sh)/\w+"
+ __pattern__ = r"https?://(?:www\.)?(speedyshare\.com|speedy\.sh)/\w+"
__description__ = """Speedyshare.com hoster plugin"""
__author_name__ = "zapp-brannigan"