From: Philipp Hagemeister Date: Wed, 30 Oct 2013 00:09:44 +0000 (+0100) Subject: Remove superfluous space X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=b5d0d817bc8a23ef6dc2a00d1af6fad893143206;p=youtube-dl Remove superfluous space --- diff --git a/youtube_dl/extractor/common.py b/youtube_dl/extractor/common.py index ce349fe20..cef4dce85 100644 --- a/youtube_dl/extractor/common.py +++ b/youtube_dl/extractor/common.py @@ -63,7 +63,7 @@ class InfoExtractor(object): * ext Will be calculated from url if missing * format A human-readable description of the format ("mp4 container with h264/opus"). - Calculated from the format_id, width, height + Calculated from the format_id, width, height. and format_note fields if missing. * format_id A short description of the format ("mp4_h264_opus" or "19")