[cbc] add new extractor for olympics.cbc.ca(closes #15535)

This commit is contained in:
Remita Amine 2018-02-19 09:02:23 +01:00
parent 7d2b4aa047
commit b12cf31bb1
3 changed files with 64 additions and 1 deletions

View file

@ -162,6 +162,7 @@ from .cbc import (
CBCPlayerIE,
CBCWatchVideoIE,
CBCWatchIE,
CBCOlympicsIE,
)
from .cbs import CBSIE
from .cbslocal import CBSLocalIE