summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/StreamCz.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hoster/StreamCz.py')
-rw-r--r--module/plugins/hoster/StreamCz.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/StreamCz.py b/module/plugins/hoster/StreamCz.py
index e5e389e20..95e69abf4 100644
--- a/module/plugins/hoster/StreamCz.py
+++ b/module/plugins/hoster/StreamCz.py
@@ -25,7 +25,7 @@ class StreamCz(Hoster):
__type__ = "hoster"
__version__ = "0.20"
- __pattern__ = r'https?://(?:www\.)?stream\.cz/[^/]+/\d+.*'
+ __pattern__ = r'https?://(?:www\.)?stream\.cz/[^/]+/\d+'
__description__ = """Stream.cz hoster plugin"""
__license__ = "GPLv3"