diff options
| author | Philipp Hagemeister <phihag@phihag.de> | 2013-12-02 17:43:22 +0100 | 
|---|---|---|
| committer | Philipp Hagemeister <phihag@phihag.de> | 2013-12-02 17:43:22 +0100 | 
| commit | 87968574293ef87b98f51cf0d7c0958b9f496a7a (patch) | |
| tree | 1b47460220fdb537e71d444495e84a9039de00db | |
| parent | aaebed13a8447961e23cca9c75b097732c246476 (diff) | |
Credit @dstftw for smotri IE
| -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 799eca566..2eeef2ae9 100644 --- a/youtube_dl/__init__.py +++ b/youtube_dl/__init__.py @@ -36,6 +36,7 @@ __authors__  = (      'Marcin Cieślak',      'Anton Larionov',      'Takuya Tsuchida', +    'Sergey M.',  )  __license__ = 'Public Domain'  | 
