diff options
author | lazlev <lazlev@yopmail.com> | 2015-08-08 03:04:25 +0200 |
---|---|---|
committer | lazlev <lazlev@yopmail.com> | 2015-08-08 03:04:25 +0200 |
commit | 97f5bc1ef18ba386d7a89246ffee0af256e32a97 (patch) | |
tree | eb49ee16b57c9dcfe41b236059d2e26c86e186b6 /module | |
parent | Fix https://github.com/pyload/pyload/issues/1707 (diff) | |
download | pyload-97f5bc1ef18ba386d7a89246ffee0af256e32a97.tar.xz |
Fix #1691
Diffstat (limited to 'module')
-rw-r--r-- | module/plugins/hooks/LinkdecrypterComHook.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/plugins/hooks/LinkdecrypterComHook.py b/module/plugins/hooks/LinkdecrypterComHook.py index 6930afdb5..bf437fb6d 100644 --- a/module/plugins/hooks/LinkdecrypterComHook.py +++ b/module/plugins/hooks/LinkdecrypterComHook.py @@ -21,6 +21,7 @@ class LinkdecrypterComHook(MultiHook): __license__ = "GPLv3" __authors__ = [("Walter Purcaro", "vuolter@gmail.com")] + COOKIES = False def get_hosters(self): list = re.search(r'>Supported\(\d+\)</b>: <i>(.[\w.\-, ]+)', |