diff options
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,  | 
