mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-20 21:34:01 -07:00
[ccc:playlist] Add extractor
This commit is contained in:
parent
280913800d
commit
ae8c13565e
2 changed files with 28 additions and 1 deletions
|
@ -177,7 +177,10 @@ from .cbsnews import (
|
|||
CBSNewsLiveVideoIE,
|
||||
)
|
||||
from .cbssports import CBSSportsIE
|
||||
from .ccc import CCCIE
|
||||
from .ccc import (
|
||||
CCCIE,
|
||||
CCCPlaylistIE,
|
||||
)
|
||||
from .ccma import CCMAIE
|
||||
from .cctv import CCTVIE
|
||||
from .cda import CDAIE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue