diff options
| author | Philipp Hagemeister <phihag@phihag.de> | 2014-01-17 03:09:34 +0100 | 
|---|---|---|
| committer | Philipp Hagemeister <phihag@phihag.de> | 2014-01-17 03:09:34 +0100 | 
| commit | a7732b672e4d97435a99be4e54584a5ed1bb87bb (patch) | |
| tree | bc0d5e1c77b9d95fc919db310e8a599bd9da4785 | |
| parent | 677b3ce82f7bb27f614f3972a6d6581bf89e14a6 (diff) | |
Credit @sahutd for franceinter (#2152)
| -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 8f783a86c..82b1ff4f4 100644 --- a/youtube_dl/__init__.py +++ b/youtube_dl/__init__.py @@ -39,6 +39,7 @@ __authors__  = (      'Sergey M.',      'Michael Orlitzky',      'Chris Gahan', +    'Saimadhav Heblikar',  )  __license__ = 'Public Domain'  | 
