diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-09-26 16:59:26 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-09-26 16:59:26 +0200 |
commit | 4709a41c176dd2947709b7f35ccc84213d574624 (patch) | |
tree | 937addae8d579aafae2c1f66b75536615dfe5b5c /module/plugins/hoster/VeohCom.py | |
parent | Fix cookie deletion + Account support for SimpleCrypter (diff) | |
download | pyload-4709a41c176dd2947709b7f35ccc84213d574624.tar.xz |
Rename SH flags
Diffstat (limited to 'module/plugins/hoster/VeohCom.py')
-rw-r--r-- | module/plugins/hoster/VeohCom.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/VeohCom.py b/module/plugins/hoster/VeohCom.py index fcd5e90a4..a965e5e77 100644 --- a/module/plugins/hoster/VeohCom.py +++ b/module/plugins/hoster/VeohCom.py @@ -22,7 +22,7 @@ class VeohCom(SimpleHoster): FILE_URL_REPLACEMENTS = [(__pattern__, r'http://www.veoh.com/watch/\g<ID>')] - SH_COOKIES = [(".veoh.com", "lassieLocale", "en")] + COOKIES = [(".veoh.com", "lassieLocale", "en")] def setup(self): |