1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-07-01 03:22:52 -05:00

[cbc] Add support for watch.cbc.ca

This commit is contained in:
Remita Amine
2016-08-25 08:49:15 +01:00
parent 75fa990dc6
commit 30afe4aeb2
2 changed files with 174 additions and 0 deletions

View File

@ -130,6 +130,8 @@ from .carambatv import (
from .cbc import (
CBCIE,
CBCPlayerIE,
CBCWatchVideoIE,
CBCWatchIE,
)
from .cbs import CBSIE
from .cbslocal import CBSLocalIE