summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/hoster/FreevideoCz.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/hoster/FreevideoCz.py')
-rw-r--r--pyload/plugins/hoster/FreevideoCz.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/hoster/FreevideoCz.py b/pyload/plugins/hoster/FreevideoCz.py
index 8748d70b4..9f9e2b4b3 100644
--- a/pyload/plugins/hoster/FreevideoCz.py
+++ b/pyload/plugins/hoster/FreevideoCz.py
@@ -39,7 +39,7 @@ def getInfo(urls):
class FreevideoCz(Hoster):
__name__ = "FreevideoCz"
__type__ = "hoster"
- __pattern__ = r"http://www.freevideo.cz/vase-videa/(.*)\.html"
+ __pattern__ = r"http://(?:www\.)?freevideo.cz/vase-videa/(.*)\.html"
__version__ = "0.2"
__description__ = """Freevideo.cz hoster plugin"""
__author_name__ = "zoidberg"