mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-20 21:34:01 -07:00
[cbssports] fix extraction(closes #28682)
This commit is contained in:
parent
281b8e3443
commit
006eea564d
2 changed files with 105 additions and 26 deletions
|
@ -191,7 +191,11 @@ from .cbsnews import (
|
|||
CBSNewsIE,
|
||||
CBSNewsLiveVideoIE,
|
||||
)
|
||||
from .cbssports import CBSSportsIE
|
||||
from .cbssports import (
|
||||
CBSSportsEmbedIE,
|
||||
CBSSportsIE,
|
||||
TwentyFourSevenSportsIE,
|
||||
)
|
||||
from .ccc import (
|
||||
CCCIE,
|
||||
CCCPlaylistIE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue