Browse Source

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

Remita Amine 6 years ago
parent
commit
2e11e51c04
2 changed files with 12 additions and 0 deletions
  1. 11 0
      youtube_dl/extractor/cbsnews.py
  2. 1 0
      youtube_dl/extractor/extractors.py

File diff suppressed because it is too large
+ 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 .cbslocal import CBSLocalIE
 from .cbsinteractive import CBSInteractiveIE
 from .cbsinteractive import CBSInteractiveIE
 from .cbsnews import (
 from .cbsnews import (
+    CBSNewsEmbedIE,
     CBSNewsIE,
     CBSNewsIE,
     CBSNewsLiveVideoIE,
     CBSNewsLiveVideoIE,
 )
 )

Some files were not shown because too many files changed in this diff