1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2026-05-31 17:55:28 +00:00

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

This commit is contained in:
Remita Amine
2019-06-05 01:22:57 +01:00
parent 1a01639bf9
commit 2e11e51c04
2 changed files with 47 additions and 32 deletions
+1
View File
@@ -173,6 +173,7 @@ from .cbs import CBSIE
from .cbslocal import CBSLocalIE
from .cbsinteractive import CBSInteractiveIE
from .cbsnews import (
CBSNewsEmbedIE,
CBSNewsIE,
CBSNewsLiveVideoIE,
)