diff options
Diffstat (limited to 'pyload/plugin/hoster/UnrestrictLi.py')
-rw-r--r-- | pyload/plugin/hoster/UnrestrictLi.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugin/hoster/UnrestrictLi.py b/pyload/plugin/hoster/UnrestrictLi.py index b0230a7b4..74dcadb5b 100644 --- a/pyload/plugin/hoster/UnrestrictLi.py +++ b/pyload/plugin/hoster/UnrestrictLi.py @@ -26,7 +26,7 @@ class UnrestrictLi(MultiHoster): self.resumeDownload = True - def handleFree(self, pyfile): + def handle_free(self, pyfile): for _i in xrange(5): self.html = self.load('https://unrestrict.li/unrestrict.php', post={'link': pyfile.url, 'domain': 'long'}) |