diff options
author | Leslie P. Polzer <polzer@gnu.org> | 2015-02-23 12:11:19 +0100 |
---|---|---|
committer | Leslie P. Polzer <polzer@gnu.org> | 2015-02-23 12:11:19 +0100 |
commit | 93b5071f73738d788c878b38a57f2b6efe0da883 (patch) | |
tree | a1eab4c779501627faadaff52479535e145584c8 /youtube_dl/extractor/__init__.py | |
parent | ddc369f073fda4ddd429c2d9a104e561cefd417f (diff) |
[soundgasm] add profile IE.
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 94e150826..cf58f0800 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -425,7 +425,10 @@ from .soundcloud import ( SoundcloudUserIE, SoundcloudPlaylistIE ) -from .soundgasm import SoundgasmIE +from .soundgasm import ( + SoundgasmIE, + SoundgasmProfileIE +) from .southpark import ( SouthParkIE, SouthparkDeIE, |