浏览代码

[porn91] the one that _search_regex returns not needs to be checked

PeterDing 10 年之前
父节点
当前提交
806598b94d
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      youtube_dl/extractor/porn91.py

+ 0 - 3
youtube_dl/extractor/porn91.py

@@ -31,7 +31,6 @@ class Porn91IE(InfoExtractor):
         title = self._search_regex(
         title = self._search_regex(
             r'<div id="viewvideo-title">(?P<title>.+?)</div>',
             r'<div id="viewvideo-title">(?P<title>.+?)</div>',
             webpage, 'title', flags=re.DOTALL)
             webpage, 'title', flags=re.DOTALL)
-        assert title
         title = title.replace('\n', '')
         title = title.replace('\n', '')
 
 
         # get real url
         # get real url
@@ -41,8 +40,6 @@ class Porn91IE(InfoExtractor):
             r'so.addVariable\(\'seccode\',\'(?P<n2>.+?)\'', webpage, 'n2')
             r'so.addVariable\(\'seccode\',\'(?P<n2>.+?)\'', webpage, 'n2')
         n3 = self._search_regex(
         n3 = self._search_regex(
             r'so.addVariable\(\'max_vid\',\'(?P<n3>\d+)\'', webpage, 'n3')
             r'so.addVariable\(\'max_vid\',\'(?P<n3>\d+)\'', webpage, 'n3')
-        if not (n1 and n2 and n3):
-            raise ExtractorError("You are Blocked by Server.")
         url_params = compat_urllib_parse.urlencode({
         url_params = compat_urllib_parse.urlencode({
             'VID': n1,
             'VID': n1,
             'mp4': '1',
             'mp4': '1',