diff options
| author | Philipp Hagemeister <phihag@phihag.de> | 2014-02-07 12:00:58 +0100 | 
|---|---|---|
| committer | Philipp Hagemeister <phihag@phihag.de> | 2014-02-07 12:00:58 +0100 | 
| commit | 845d14d377ab8eb54c2c88ddcbb85f59fe7eed78 (patch) | |
| tree | 91b4fe632692562f3b7c6789dba88e5121a1f682 | |
| parent | 4a9540b6d23ce247e13d74ce1f16f0aed238e08b (diff) | |
credit @Fnordlab for chilloutzone
| -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 fed2d91dc..e81366851 100644 --- a/youtube_dl/__init__.py +++ b/youtube_dl/__init__.py @@ -41,6 +41,7 @@ __authors__  = (      'Chris Gahan',      'Saimadhav Heblikar',      'Mike Col', +    'Andreas Schmitz',  )  __license__ = 'Public Domain' | 
