diff options
author | reiv <metareiv@gmail.com> | 2015-10-17 18:23:46 +0200 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-11-21 19:41:08 +0600 |
commit | 2abf7cab80a2d12a3157afef05d61f8404bce45d (patch) | |
tree | 880b2ca10fd7143061275ee82d8fff9741bec3c8 /youtube_dl/extractor/__init__.py | |
parent | 413719689996b2642f2484dd572d551376f0d104 (diff) |
[soundcloud] Add Soundcloud search extractor
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r-- | youtube_dl/extractor/__init__.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index 26e5745d6..232bcd89a 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -576,7 +576,8 @@ from .soundcloud import ( SoundcloudIE, SoundcloudSetIE, SoundcloudUserIE, - SoundcloudPlaylistIE + SoundcloudPlaylistIE, + SoundcloudSearchIE ) from .soundgasm import ( SoundgasmIE, |