diff options
author | Walter Purcaro <vuolter@gmail.com> | 2015-02-09 17:42:31 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2015-02-09 17:42:31 +0100 |
commit | 6616c00ba1c40f5d56959bd0e4725f26250e1292 (patch) | |
tree | 17ca0a420cf6c104c9a78a0d31d7a81fc7270f5c /module/plugins/hoster/CatShareNet.py | |
parent | [CaptchaService] Cleanup (diff) | |
download | pyload-6616c00ba1c40f5d56959bd0e4725f26250e1292.tar.xz |
Spare code cosmetics
Diffstat (limited to 'module/plugins/hoster/CatShareNet.py')
-rw-r--r-- | module/plugins/hoster/CatShareNet.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/module/plugins/hoster/CatShareNet.py b/module/plugins/hoster/CatShareNet.py index 339253aeb..125e63481 100644 --- a/module/plugins/hoster/CatShareNet.py +++ b/module/plugins/hoster/CatShareNet.py @@ -56,8 +56,7 @@ class CatShareNet(SimpleHoster): self.invalidCaptcha() self.retry(reason=_("Wrong captcha entered")) - dl_link = m.group(1) - self.download(dl_link, disposition=True) + self.link = m.group(1) getInfo = create_getInfo(CatShareNet) |