diff options
| author | Sergey M․ <dstftw@gmail.com> | 2014-05-20 20:12:57 +0700 | 
|---|---|---|
| committer | Sergey M․ <dstftw@gmail.com> | 2014-05-20 20:12:57 +0700 | 
| commit | c2ef29234cafaa9b91c9a6c82c6048fc9b442d16 (patch) | |
| tree | a0e20b5df1266fd3245528b4dab43ed45a73db83 | |
| parent | 1a1826c1afe81fc8710ffa153d4c69c0a53b6666 (diff) | |
Credit @codesparkle for #2928, #2934, #2938, #2939
| -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 4e657e297..cbb053e13 100644 --- a/youtube_dl/__init__.py +++ b/youtube_dl/__init__.py @@ -56,6 +56,7 @@ __authors__  = (      'Nicolas Évrard',      'Jason Normore',      'Hoje Lee', +    'Adam Thalhammer',  )  __license__ = 'Public Domain'  | 
