diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2011-11-16 09:33:03 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2011-11-16 09:33:03 +0100 |
commit | aab771fbdfeb7bb57b4a7d8e22e13bf34d31bac3 (patch) | |
tree | 5cb1c04128c83bc9e6942289caf00f35f2dd614f | |
parent | 00f95a93f50a6f496cfc6705b3a5c95b383cf9aa (diff) |
Credit authors of Soundclound and InfoQ extractors
-rwxr-xr-x | youtube-dl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/youtube-dl b/youtube-dl index d271e1a04..67f8a38fc 100755 --- a/youtube-dl +++ b/youtube-dl @@ -12,6 +12,8 @@ __author__ = ( 'Rogério Brito', 'Philipp Hagemeister', 'Sören Schulze', + 'Kevin Ngo', + 'Ori Avtalion', ) __license__ = 'Public Domain' |