From 1044f8afd2156e16e2a0e8d6e656e6aab1f1306b Mon Sep 17 00:00:00 2001 From: pachacamac Date: Wed, 25 Jun 2014 18:07:23 +0200 Subject: [Soundgasm] Add new extractor --- youtube_dl/extractor/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'youtube_dl/extractor/__init__.py') diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index c3160df1e..02143de9e 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -255,6 +255,7 @@ from .soundcloud import ( SoundcloudUserIE, SoundcloudPlaylistIE ) +from .soundgasm import SoundgasmIE from .southparkstudios import ( SouthParkStudiosIE, SouthparkDeIE, -- cgit v1.2.3