diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-07-24 20:21:48 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-07-24 20:21:48 +0600 |
commit | ff81c4c99c333fad4e84f1035a4f9f01c2ed9e78 (patch) | |
tree | 503adde617e12620f003bab37cb0d88072e2412e /youtube_dl/extractor/__init__.py | |
parent | 420658e6cb80ff9687accebe08bc1af5953fae21 (diff) | |
parent | a3bfddfa5ee33cf085b959536f1025c0aa53cc77 (diff) |
Merge branch 'pr-bbcnews' of https://github.com/atomicdryad/youtube-dl into atomicdryad-pr-bbcnews
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r-- | youtube_dl/extractor/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index 3cfa804ec..bc61cbdc5 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -43,7 +43,7 @@ from .azubu import AzubuIE from .baidu import BaiduVideoIE from .bambuser import BambuserIE, BambuserChannelIE from .bandcamp import BandcampIE, BandcampAlbumIE -from .bbccouk import BBCCoUkIE +from .bbc import BBCCoUkIE, BBCNewsIE from .beeg import BeegIE from .behindkink import BehindKinkIE from .beatportpro import BeatportProIE |