From 2f11508adadc3a2bc5a7c0549071d114ae109a00 Mon Sep 17 00:00:00 2001 From: Ricardo Garcia Date: Sat, 25 Apr 2009 14:33:52 +0200 Subject: [PATCH] Minor documentation change --- youtube-dl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube-dl b/youtube-dl index e20e59bf8..496ae036f 100755 --- 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.