summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/NowVideoSx.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hoster/NowVideoSx.py')
-rw-r--r--module/plugins/hoster/NowVideoSx.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/NowVideoSx.py b/module/plugins/hoster/NowVideoSx.py
index 04274ed82..477379597 100644
--- a/module/plugins/hoster/NowVideoSx.py
+++ b/module/plugins/hoster/NowVideoSx.py
@@ -39,7 +39,7 @@ class NowVideoSx(SimpleHoster):
if m is None:
self.error(_("Free download link not found"))
- self.download(m.group(1))
+ self.link = m.group(1)
getInfo = create_getInfo(NowVideoSx)