浏览代码

[youtube] prioritize information from YoutubeIE for playlist entries(closes #28619, closes #28636)

Remita Amine 4 年之前
父节点
当前提交
654b4f4ff2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      youtube_dl/extractor/youtube.py

+ 1 - 1
youtube_dl/extractor/youtube.py

@@ -329,7 +329,7 @@ class YoutubeBaseInfoExtractor(InfoExtractor):
             (lambda x: x['ownerText']['runs'][0]['text'],
             (lambda x: x['ownerText']['runs'][0]['text'],
              lambda x: x['shortBylineText']['runs'][0]['text']), compat_str)
              lambda x: x['shortBylineText']['runs'][0]['text']), compat_str)
         return {
         return {
-            '_type': 'url_transparent',
+            '_type': 'url',
             'ie_key': YoutubeIE.ie_key(),
             'ie_key': YoutubeIE.ie_key(),
             'id': video_id,
             'id': video_id,
             'url': video_id,
             'url': video_id,