summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2013-02-08 11:01:09 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2013-02-08 11:01:09 +0100
commit6aabe82035b0c5eff8b1d343e08a484ff0c12e60 (patch)
tree63f92bc4160c14e66f22bfaf9ea8e9ca3cbbc783
parentf0877a445e29ff58a4d377c8a193efb8f7c9b8e8 (diff)
downloadyoutube-dl-6aabe82035b0c5eff8b1d343e08a484ff0c12e60.tar.gz
youtube-dl-6aabe82035b0c5eff8b1d343e08a484ff0c12e60.tar.xz
youtube-dl-6aabe82035b0c5eff8b1d343e08a484ff0c12e60.zip
Credit Osama Khalid for Keek support
-rw-r--r--youtube_dl/__init__.py1
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'