youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 2f11508adadc3a2bc5a7c0549071d114ae109a00
parent b65740e4741e82e41336f68bca81fb39a2f67ffe
Author: Ricardo Garcia <sarbalap+freshmeat@gmail.com>
Date:   Sat, 25 Apr 2009 14:33:52 +0200

Minor documentation change

Diffstat:
Myoutube-dl | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/youtube-dl b/youtube-dl @@ -919,7 +919,7 @@ class PostProcessor(object): """Run the PostProcessor. The "information" argument is a dictionary like the ones - returned by InfoExtractors. The only difference is that this + composed by InfoExtractors. The only difference is that this one has an extra field called "filepath" that points to the downloaded file.