diff options
| author | Philipp Hagemeister <phihag@phihag.de> | 2014-06-07 15:40:27 +0200 | 
|---|---|---|
| committer | Philipp Hagemeister <phihag@phihag.de> | 2014-06-07 15:40:27 +0200 | 
| commit | d30d28156d2379c41ae08dcc5b50d292a0ca3d51 (patch) | |
| tree | 81235d10be5aa83d555d69a27c5a5739db800cd0 | |
| parent | be6d722904f646e1c7f879cd32bfced22abffada (diff) | |
Credit @georgjaehnig for spiegeltv
| -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 cbb053e13..e2a4c04da 100644 --- a/youtube_dl/__init__.py +++ b/youtube_dl/__init__.py @@ -57,6 +57,7 @@ __authors__  = (      'Jason Normore',      'Hoje Lee',      'Adam Thalhammer', +    'Georg Jähnig',  )  __license__ = 'Public Domain' | 
