diff options
Diffstat (limited to 'module/plugins/hoster/UnrestrictLi.py')
-rw-r--r-- | module/plugins/hoster/UnrestrictLi.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hoster/UnrestrictLi.py b/module/plugins/hoster/UnrestrictLi.py index 36d866613..7535d7b41 100644 --- a/module/plugins/hoster/UnrestrictLi.py +++ b/module/plugins/hoster/UnrestrictLi.py @@ -29,7 +29,7 @@ def secondsToMidnight(gmt=0): class UnrestrictLi(MultiHoster): __name__ = "UnrestrictLi" __type__ = "hoster" - __version__ = "0.16" + __version__ = "0.17" __pattern__ = r'https?://(?:[^/]*\.)?(unrestrict|unr)\.li' @@ -43,7 +43,7 @@ class UnrestrictLi(MultiHoster): self.resumeDownload = True - def handleMulti(self): + def handleFree(self): for _i in xrange(5): page = self.load('https://unrestrict.li/unrestrict.php', post={'link': self.pyfile.url, 'domain': 'long'}) |