aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/__init__.py
diff options
context:
space:
mode:
authorKeith Beckman <kbeckman@becknet.com>2014-05-20 02:47:34 -0400
committerKeith Beckman <kbeckman@becknet.com>2014-05-20 02:47:34 -0400
commitdd06c95e43ebbef35e2ef8b589bd25a646166553 (patch)
tree6d338db4799139c80bb0458225da1441bcd171e6 /youtube_dl/extractor/__init__.py
parentf50ee8d1c34f40b2774ec8fdc1bc669a4c757fcf (diff)
downloadyoutube-dl-dd06c95e43ebbef35e2ef8b589bd25a646166553.tar.xz
Added new IE for Grooveshark
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r--youtube_dl/extractor/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py
index 3503c76b7..3f6c67fa5 100644
--- a/youtube_dl/extractor/__init__.py
+++ b/youtube_dl/extractor/__init__.py
@@ -109,6 +109,7 @@ from .gdcvault import GDCVaultIE
from .generic import GenericIE
from .googleplus import GooglePlusIE
from .googlesearch import GoogleSearchIE
+from .grooveshark import GroovesharkIE
from .hark import HarkIE
from .helsinki import HelsinkiIE
from .hentaistigma import HentaiStigmaIE