1
0
mirror of https://gitlab.com/ytdl-org/youtube-dl.git synced 2025-11-07 03:57:10 -05: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

View File

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