summaryrefslogtreecommitdiffstats
path: root/pyload/plugin/hoster/LetitbitNet.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugin/hoster/LetitbitNet.py')
-rw-r--r--pyload/plugin/hoster/LetitbitNet.py11
1 files changed, 1 insertions, 10 deletions
diff --git a/pyload/plugin/hoster/LetitbitNet.py b/pyload/plugin/hoster/LetitbitNet.py
index 545cde27c..32b695b10 100644
--- a/pyload/plugin/hoster/LetitbitNet.py
+++ b/pyload/plugin/hoster/LetitbitNet.py
@@ -119,16 +119,7 @@ class LetitbitNet(SimpleHoster):
else:
self.error(_("Unknown response - captcha check"))
- self.correctCaptcha()
-
- for download_url in urls:
- try:
- self.download(download_url)
- break
- except Exception, e:
- self.logError(e)
- else:
- self.fail(_("Download did not finish correctly"))
+ self.link = urls[0]
def handlePremium(self, pyfile):