mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-09 16:25:09 +01:00
[cbnc] Add support for new URL schema (closes #14193)
This commit is contained in:
parent
2943397e87
commit
ffa7b2bfee
2 changed files with 44 additions and 2 deletions
|
|
@ -209,7 +209,10 @@ from .cloudy import CloudyIE
|
|||
from .clubic import ClubicIE
|
||||
from .clyp import ClypIE
|
||||
from .cmt import CMTIE
|
||||
from .cnbc import CNBCIE
|
||||
from .cnbc import (
|
||||
CNBCIE,
|
||||
CNBCNewIE,
|
||||
)
|
||||
from .cnn import (
|
||||
CNNIE,
|
||||
CNNBlogsIE,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue