summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/VeohCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hoster/VeohCom.py')
-rw-r--r--module/plugins/hoster/VeohCom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/VeohCom.py b/module/plugins/hoster/VeohCom.py
index 4e91f62bd..9a8fd830f 100644
--- a/module/plugins/hoster/VeohCom.py
+++ b/module/plugins/hoster/VeohCom.py
@@ -23,7 +23,7 @@ class VeohCom(SimpleHoster):
URL_REPLACEMENTS = [(__pattern__, r'http://www.veoh.com/watch/\g<ID>')]
- COOKIES = [(".veoh.com", "lassieLocale", "en")]
+ COOKIES = [("veoh.com", "lassieLocale", "en")]
def setup(self):