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/__init__.py | |
parent | f50ee8d1c34f40b2774ec8fdc1bc669a4c757fcf (diff) |
Added new IE for Grooveshark
Diffstat (limited to 'youtube_dl/__init__.py')
-rw-r--r-- | youtube_dl/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/__init__.py b/youtube_dl/__init__.py index 4e657e297..cd4e9b484 100644 --- a/youtube_dl/__init__.py +++ b/youtube_dl/__init__.py @@ -56,6 +56,7 @@ __authors__ = ( 'Nicolas Évrard', 'Jason Normore', 'Hoje Lee', + 'Keith Beckman' ) __license__ = 'Public Domain' |