[cbnc] Add support for new URL schema (closes #14193)

This commit is contained in:
gfabiano
2018-07-30 18:15:20 +02:00
committed by Sergey M․
parent 2943397e87
commit ffa7b2bfee
2 changed files with 44 additions and 2 deletions

View File

@ -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,