From 693e128fab887410f6df58af8430532fdf109f33 Mon Sep 17 00:00:00 2001 From: zoidberg10 Date: Sat, 14 Apr 2012 23:31:55 +0200 Subject: update dlfree.fr, letitbit.net, easybytez.com - closed #566, #574 --- module/plugins/hoster/LetitbitNet.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'module/plugins/hoster/LetitbitNet.py') diff --git a/module/plugins/hoster/LetitbitNet.py b/module/plugins/hoster/LetitbitNet.py index 003502f75..bf66609eb 100644 --- a/module/plugins/hoster/LetitbitNet.py +++ b/module/plugins/hoster/LetitbitNet.py @@ -25,7 +25,7 @@ class LetitbitNet(SimpleHoster): __name__ = "LetitbitNet" __type__ = "hoster" __pattern__ = r"http://(?:\w*\.)*letitbit.net/download/.*" - __version__ = "0.17" + __version__ = "0.18" __description__ = """letitbit.net""" __author_name__ = ("zoidberg") __author_mail__ = ("zoidberg@mujmail.cz") @@ -37,6 +37,9 @@ class LetitbitNet(SimpleHoster): FILE_OFFLINE_PATTERN = r'>File not found<' DOMAIN = "http://letitbit.net" + + def setup(self): + self.resumeDownload = self.multiDL = True def handleFree(self): action, inputs = self.parseHtmlForm('id="ifree_form"') -- cgit v1.2.3