From: Ralf Ertzinger Date: Sat, 3 Sep 2011 23:15:48 +0000 (+0200) Subject: YouTube: Add comment to format list X-Git-Url: https://git.camperquake.de/gitweb.cgi?p=videosite.git;a=commitdiff_plain;h=2fff5ef327bce38454c143b28d2deffb5082467a YouTube: Add comment to format list --- diff --git a/videosite/YouTubeGrabber.pm b/videosite/YouTubeGrabber.pm index 90f547a..ede2dcc 100644 --- a/videosite/YouTubeGrabber.pm +++ b/videosite/YouTubeGrabber.pm @@ -26,6 +26,7 @@ my %preflist = ( 'high' => [34, 35, 18, 37, 22, 6, 5, 38, 43], 'normal' => [6, 5, 34, 35, 18, 22, 37, 38, 43]); my %videoformats = ( + # Container/Video codec/Audio codec/Resolution 5 => 'FLV/Sorenson/MP3/240p', 18 => 'MP4/H264/AAC/360p', 22 => 'MP4/H264/AAC/720p',