diff options
author | Ricardo Garcia <[email protected]> | 2009-02-02 20:34:20 +0100 |
---|---|---|
committer | Ricardo Garcia <[email protected]> | 2010-10-31 11:23:48 +0100 |
commit | 64a6f26c5d3720b36a7486dc9883ec74f0e4a3b2 (patch) | |
tree | 2cf3d9458096bd2af4e6e5b2cec7f4461cc19a69 | |
parent | a9633f14577db35ce1bed3f8d623a7be8f287e87 (diff) | |
download | youtube-dl-64a6f26c5d3720b36a7486dc9883ec74f0e4a3b2.tar.gz youtube-dl-64a6f26c5d3720b36a7486dc9883ec74f0e4a3b2.zip |
Put Danny Colligan as an author in the script itself
-rwxr-xr-x | youtube-dl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube-dl b/youtube-dl index 3e7f13956..f4f64013d 100755 --- a/youtube-dl +++ b/youtube-dl @@ -1,6 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- # Author: Ricardo Garcia Gonzalez +# Author: Danny Colligan # License: Public domain code import htmlentitydefs import httplib |