From 4a4e5ce9968bd9614054d8ac2b90f28ea9584963 Mon Sep 17 00:00:00 2001 From: Ralf Ertzinger Date: Wed, 30 May 2012 10:49:33 +0200 Subject: [PATCH] Youtube: Add new video format --- videosite/YouTubeGrabber.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/videosite/YouTubeGrabber.pm b/videosite/YouTubeGrabber.pm index bf954cc..72805bf 100644 --- a/videosite/YouTubeGrabber.pm +++ b/videosite/YouTubeGrabber.pm @@ -35,6 +35,7 @@ my %videoformats = ( 22 => 'MP4/H264/AAC/720p', # isommp42, High 34 => 'FLV/H264/AAC/360p', # Main 35 => 'FLV/H264/AAC/480p', # Main + 36 => '3GP/MPEG4-Visual/240p', 37 => 'MP4/H264/AAC/1080p', # High 38 => 'MP4/H264/AAC/3072p', # High 43 => 'WebM/VP8/Vorbis/360p', -- 1.8.3.1