diff options
| author | Philipp Hagemeister <phihag@phihag.de> | 2014-03-29 10:11:32 +0100 | 
|---|---|---|
| committer | Philipp Hagemeister <phihag@phihag.de> | 2014-03-29 10:11:32 +0100 | 
| commit | 2cc0082dc0fd35a99c06caa87377d60e1dc557a8 (patch) | |
| tree | 3c8fb0fedbc01af6907f67e54690e1b31633368d | |
| parent | 056b56688a2ee5ba39dd5b2cbb003fd98529180f (diff) | |
Credit @phaer for OE1 (#2646)
| -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 f3b2be0c1..6e00806e6 100644 --- a/youtube_dl/__init__.py +++ b/youtube_dl/__init__.py @@ -51,6 +51,7 @@ __authors__  = (      'David Wagner',      'Juan C. Olivares',      'Mattias Harrysson', +    'phaer',  )  __license__ = 'Public Domain'  | 
