浏览代码

[sunporno] fix duration

peugeot 10 年之前
父节点
当前提交
2c0b475235
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      youtube_dl/extractor/sunporno.py

+ 1 - 1
youtube_dl/extractor/sunporno.py

@@ -39,7 +39,7 @@ class SunPornoIE(InfoExtractor):
             r'poster="([^"]+)"', webpage, 'thumbnail', fatal=False)
             r'poster="([^"]+)"', webpage, 'thumbnail', fatal=False)
 
 
         duration = parse_duration(self._search_regex(
         duration = parse_duration(self._search_regex(
-            r'Duration:\s*(\d+:\d+)\s*<', webpage, 'duration', fatal=False))
+            r'Duration:[^\d]+(\d+:\d+)\s*<', webpage, 'duration', fatal=False))
 
 
         view_count = int_or_none(self._html_search_regex(
         view_count = int_or_none(self._html_search_regex(
             r'class="views">\s*(\d+)\s*<', webpage, 'view count', fatal=False))
             r'class="views">\s*(\d+)\s*<', webpage, 'view count', fatal=False))