[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
No known key found for this signature in database
GPG key ID: 2C393E0F18A9236D
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,