浏览代码

Merge pull request #10342 from muphil/patch-1

[xiami] bug fix for extractor xiami.py
Yen Chi Hsuan 9 年之前
父节点
当前提交
409760a932
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      youtube_dl/extractor/xiami.py

+ 1 - 0
youtube_dl/extractor/xiami.py

@@ -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']