summaryrefslogtreecommitdiffstats
path: root/pyload/plugin/hoster/NowVideoSx.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugin/hoster/NowVideoSx.py')
-rw-r--r--pyload/plugin/hoster/NowVideoSx.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugin/hoster/NowVideoSx.py b/pyload/plugin/hoster/NowVideoSx.py
index bfa186e60..70dc1fdf5 100644
--- a/pyload/plugin/hoster/NowVideoSx.py
+++ b/pyload/plugin/hoster/NowVideoSx.py
@@ -32,7 +32,7 @@ class NowVideoSx(SimpleHoster):
self.multiDL = True
- def handleFree(self, pyfile):
+ def handle_free(self, pyfile):
self.html = self.load("http://www.nowvideo.sx/mobile/video.php", get={'id': self.info['pattern']['ID']})
m = re.search(self.LINK_FREE_PATTERN, self.html)