summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/LetitbitNet.py
diff options
context:
space:
mode:
authorGravatar zoidberg10 <zoidberg@mujmail.cz> 2012-04-14 23:31:55 +0200
committerGravatar zoidberg10 <zoidberg@mujmail.cz> 2012-04-14 23:31:55 +0200
commit693e128fab887410f6df58af8430532fdf109f33 (patch)
treefe4349864e05905087926f66f1bfddfca9d098e4 /module/plugins/hoster/LetitbitNet.py
parentfix last commit (diff)
downloadpyload-693e128fab887410f6df58af8430532fdf109f33.tar.xz
update dlfree.fr, letitbit.net, easybytez.com - closed #566, #574
Diffstat (limited to 'module/plugins/hoster/LetitbitNet.py')
-rw-r--r--module/plugins/hoster/LetitbitNet.py5
1 files changed, 4 insertions, 1 deletions
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"')