diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-05-16 20:00:40 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-05-16 20:00:40 +0600 |
commit | 1c97b0a777f52c520587e93e7e61721fa6195977 (patch) | |
tree | 46b78820d717275410b5e948679e116c8b36342d /youtube_dl/extractor/__init__.py | |
parent | 2cda13213dc5a60efd20ee777f9c6a53bef93f61 (diff) |
[ooyala:external] Add extractor
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r-- | youtube_dl/extractor/__init__.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index f293bc2a4..1731f4fb2 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -376,7 +376,10 @@ from .nytimes import ( from .nuvid import NuvidIE from .odnoklassniki import OdnoklassnikiIE from .oktoberfesttv import OktoberfestTVIE -from .ooyala import OoyalaIE +from .ooyala import ( + OoyalaIE, + OoyalaExternalIE, +) from .openfilm import OpenFilmIE from .orf import ( ORFTVthekIE, |