diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-06-24 23:12:13 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-06-24 23:12:13 +0600 |
commit | f843300fe56ffbfc8e3005fd0f7a8237e5deaaae (patch) | |
tree | 93cd61155108be7005713a818f31b6f26c6fee51 /youtube_dl/extractor/__init__.py | |
parent | 03b9c94437756c3f715b29150daa59a8ea97eebd (diff) |
[onionstudios] Add extractor
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r-- | youtube_dl/extractor/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index dc1a302e6..46cc4cd06 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -388,6 +388,7 @@ from .nytimes import ( from .nuvid import NuvidIE from .odnoklassniki import OdnoklassnikiIE from .oktoberfesttv import OktoberfestTVIE +from .onionstudios import OnionStudiosIE from .ooyala import ( OoyalaIE, OoyalaExternalIE, |