summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/LuckyShareNet.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hoster/LuckyShareNet.py')
-rw-r--r--module/plugins/hoster/LuckyShareNet.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hoster/LuckyShareNet.py b/module/plugins/hoster/LuckyShareNet.py
index 293dab8f9..c08203346 100644
--- a/module/plugins/hoster/LuckyShareNet.py
+++ b/module/plugins/hoster/LuckyShareNet.py
@@ -40,8 +40,8 @@ class LuckyShareNet(SimpleHoster):
return json_loads(rep)
- # TODO: There should be a filesize limit for free downloads
- # TODO: Some files could not be downloaded in free mode
+ #@TODO: There should be a filesize limit for free downloads
+ # Some files could not be downloaded in free mode
def handleFree(self, pyfile):
rep = self.load(r"http://luckyshare.net/download/request/type/time/file/" + self.info['pattern']['ID'])