diff options
| author | gfabiano <gfabiano40@gmail.com> | 2018-07-30 18:15:20 +0200 | 
|---|---|---|
| committer | Sergey M․ <dstftw@gmail.com> | 2018-10-29 23:54:14 +0700 | 
| commit | ffa7b2bfee7b94191ffc20ef00c22f708c97cddf (patch) | |
| tree | 12d50496c833dc722625448f6ab46afdf3b3574d /youtube_dl/extractor/extractors.py | |
| parent | 2943397e8701d3dcd28433e485e50459fdbda62a (diff) | |
[cbnc] Add support for new URL schema (closes #14193)
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
| -rw-r--r-- | youtube_dl/extractor/extractors.py | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py index f013d13c3..93574907b 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -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, | 
