Patch: Add explanation in help menu about movie format code
Description: Add explanation in help menu about movie format code Author: Nicola Ferralis <feran...@hotmail.com> Debian-bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=605311 diff -Nru rg3-youtube-dl-f8dc441.orig//youtube-dl rg3-youtube-dl-f8dc441/youtube-dl --- rg3-youtube-dl-f8dc441.orig//youtube-dl 2010-11-19 10:41:09.000000000 -0800 +++ rg3-youtube-dl-f8dc441/youtube-dl 2010-11-30 13:09:00.984755711 -0800 @@ -2177,7 +2177,7 @@ video_format = optparse.OptionGroup(parser, 'Video Format Options') video_format.add_option('-f', '--format', - action='store', dest='format', metavar='FORMAT', help='video format code') + action='store', dest='format', metavar='FORMAT', help='video format code: WebM (480p: 43 - 720p: 45) - Mobile 360p: 18 - H264 (720p: 22 - 1080p: 37)') video_format.add_option('-m', '--mobile-version', action='store_const', dest='format', help='alias for -f 17', const='17') video_format.add_option('--all-formats',