Merge pull request #10342 from muphil/patch-1
authorYen Chi Hsuan <yan12125@gmail.com>
Sat, 13 Aug 2016 18:30:50 +0000 (02:30 +0800)
committerGitHub <noreply@github.com>
Sat, 13 Aug 2016 18:30:50 +0000 (02:30 +0800)
[xiami] bug fix for extractor xiami.py

youtube_dl/extractor/xiami.py

index a6dfc4af98e6baafbe254579ebe060c208d6cd06..86abef25704bbc9e8a1494ecc2146b5c5bfabe32 100644 (file)
@@ -13,6 +13,7 @@ class XiamiBaseIE(InfoExtractor):
         webpage = super(XiamiBaseIE, self)._download_webpage(*args, **kwargs)
         if '>Xiami is currently not available in your country.<' in webpage:
             self.raise_geo_restricted('Xiami is currently not available in your country')
+        return webpage
 
     def _extract_track(self, track, track_id=None):
         title = track['title']