summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/CatShareNet.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hoster/CatShareNet.py')
-rw-r--r--module/plugins/hoster/CatShareNet.py3
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)