diff options
author | Keith Beckman <kbeckman@becknet.com> | 2014-05-20 02:47:34 -0400 |
---|---|---|
committer | Keith Beckman <kbeckman@becknet.com> | 2014-05-20 02:47:34 -0400 |
commit | dd06c95e43ebbef35e2ef8b589bd25a646166553 (patch) | |
tree | 6d338db4799139c80bb0458225da1441bcd171e6 /youtube_dl/extractor/__init__.py | |
parent | f50ee8d1c34f40b2774ec8fdc1bc669a4c757fcf (diff) |
Added new IE for Grooveshark
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r-- | youtube_dl/extractor/__init__.py | 1 |
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 |