diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-05-28 22:22:29 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-05-28 22:22:29 +0600 |
commit | e26be70bca683696f9cc035b87161dd8fda29a5c (patch) | |
tree | 9901c5a5fd75f8c3419310f002a706ed3741f322 /youtube_dl/extractor/__init__.py | |
parent | 9e0b5791281c68e5773555688928184064396011 (diff) | |
parent | 5137adb94dcce98a3c14fb3892c5c72f70ff34ea (diff) |
Merge branch 'soompi' of https://github.com/ping/youtube-dl into ping-soompi
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r-- | youtube_dl/extractor/__init__.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index 3c1e8d526..f73bf646b 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -480,6 +480,10 @@ from .smotri import ( ) from .snotr import SnotrIE from .sohu import SohuIE +from .soompi import ( + SoompiIE, + SoompiShowIE, +) from .soundcloud import ( SoundcloudIE, SoundcloudSetIE, |