From: James Bunton Date: Tue, 19 Aug 2014 16:11:56 +0000 (+1000) Subject: iview: return correct download status X-Git-Url: https://code.delx.au/webdl/commitdiff_plain/0e41a327c035d5e2f6673b1b197bab7850ca1727 iview: return correct download status --- diff --git a/iview.py b/iview.py index cfe5ec4..a2d6cbc 100644 --- a/iview.py +++ b/iview.py @@ -44,7 +44,7 @@ class IviewEpisodeNode(Node): video_url = self.find_hls_url(info["playlist"]) token, token_hostname= self.get_auth_details() hack_url = lambda url: self.hack_url_auth_token(url, token, token_hostname) - download_hls(self.filename, video_url, hack_url) + return download_hls(self.filename, video_url, hack_url) class IviewIndexNode(Node):