diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2013-02-08 11:01:09 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2013-02-08 11:01:09 +0100 |
commit | 6aabe82035b0c5eff8b1d343e08a484ff0c12e60 (patch) | |
tree | 63f92bc4160c14e66f22bfaf9ea8e9ca3cbbc783 | |
parent | f0877a445e29ff58a4d377c8a193efb8f7c9b8e8 (diff) |
Credit Osama Khalid for Keek support
-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 0a1041862..abcb4f165 100644 --- a/youtube_dl/__init__.py +++ b/youtube_dl/__init__.py @@ -23,6 +23,7 @@ __authors__ = ( 'Dave Vasilevsky', 'Jaime Marquínez Ferrándiz', 'Jeff Crouse', + 'Osama Khalid', ) __license__ = 'Public Domain' |