diff options
author | Sergey M․ <dstftw@gmail.com> | 2016-10-02 00:50:07 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2016-10-02 00:50:07 +0700 |
commit | f6ba581f89fc764e4eaf3045ff5b63e27ad66cbf (patch) | |
tree | 642eb36f198a02cabf4fbfe1d16f61df0a4acd90 /youtube_dl/extractor/extractors.py | |
parent | 6d2549fb4f2a646b6b6898db5281cde669277626 (diff) |
[byutv:event] Add extractor
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 09b3b4942..e8928307c 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -116,7 +116,10 @@ from .brightcove import ( BrightcoveNewIE, ) from .buzzfeed import BuzzFeedIE -from .byutv import BYUtvIE +from .byutv import ( + BYUtvIE, + BYUtvEventIE, +) from .c56 import C56IE from .camdemy import ( CamdemyIE, |