diff options
| author | Philipp Hagemeister <phihag@phihag.de> | 2014-07-11 11:16:04 +0200 | 
|---|---|---|
| committer | Philipp Hagemeister <phihag@phihag.de> | 2014-07-11 11:16:04 +0200 | 
| commit | cdc22cb8861e95a874f0271c84dbc6be487e03fc (patch) | |
| tree | 5fe84a3583a1625faee34a8b5360a66306a79c06 | |
| parent | 04c77a54b0542b914a979d04bcc7b86dd375f828 (diff) | |
Credit @adammw for tenplay (#2954)
| -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 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'  | 
