浏览代码

[cbsnews] fix extraction(closes #9659)(closes #15397)

Remita Amine 6 年之前
父节点
当前提交
2e11e51c04
共有 2 个文件被更改,包括 12 次插入0 次删除
  1. 11 0
      youtube_dl/extractor/cbsnews.py
  2. 1 0
      youtube_dl/extractor/extractors.py

文件差异内容过多而无法显示
+ 11 - 0
youtube_dl/extractor/cbsnews.py


+ 1 - 0
youtube_dl/extractor/extractors.py

@@ -173,6 +173,7 @@ from .cbs import CBSIE
 from .cbslocal import CBSLocalIE
 from .cbsinteractive import CBSInteractiveIE
 from .cbsnews import (
+    CBSNewsEmbedIE,
     CBSNewsIE,
     CBSNewsLiveVideoIE,
 )

部分文件因为文件数量过多而无法显示