diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-02-26 00:30:47 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-02-26 00:30:47 +0100 |
commit | a339d7ba91a8fc7c8dc25b318961a01dd1baa6b0 (patch) | |
tree | 95570ff3174e73233d1e68918ff7c07c1ca920fe | |
parent | 7216de55d682ebae9bd5f17fbe287cecc05b9591 (diff) |
Credit @amlweems for ocw.mit (#2460)
-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 6e9b5d65b..910f3f4b9 100644 --- a/youtube_dl/__init__.py +++ b/youtube_dl/__init__.py @@ -47,6 +47,7 @@ __authors__ = ( 'Michael Kaiser', 'Niklas Laxström', 'David Triendl', + 'Anthony Weems', ) __license__ = 'Public Domain' |