summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-07-11 11:16:04 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2014-07-11 11:16:04 +0200
commitcdc22cb8861e95a874f0271c84dbc6be487e03fc (patch)
tree5fe84a3583a1625faee34a8b5360a66306a79c06
parent04c77a54b0542b914a979d04bcc7b86dd375f828 (diff)
downloadyoutube-dl-cdc22cb8861e95a874f0271c84dbc6be487e03fc.tar.gz
youtube-dl-cdc22cb8861e95a874f0271c84dbc6be487e03fc.tar.xz
youtube-dl-cdc22cb8861e95a874f0271c84dbc6be487e03fc.zip
Credit @adammw for tenplay (#2954)
-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 24ccc9eb8..c1f8a401e 100644
--- a/youtube_dl/__init__.py
+++ b/youtube_dl/__init__.py
@@ -61,6 +61,7 @@ __authors__  = (
     'Ralf Haring',
     'Koki Takahashi',
     'Ariset Llerena',
+    'Adam Malcontenti-Wilson',
 )
 
 __license__ = 'Public Domain'