From db54c0965ee85cd49c66a4518d5ff074a781e4b3 Mon Sep 17 00:00:00 2001 From: Ralf Ertzinger Date: Thu, 10 Nov 2011 09:11:55 +0100 Subject: [PATCH] Youtube: new video formats, again --- videosite/YouTubeGrabber.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/videosite/YouTubeGrabber.pm b/videosite/YouTubeGrabber.pm index a440feb..6d31b55 100644 --- a/videosite/YouTubeGrabber.pm +++ b/videosite/YouTubeGrabber.pm @@ -37,6 +37,7 @@ my %videoformats = ( 43 => 'WebM/VP8/Vorbis/360p', 44 => 'WebM/VP8/Vorbis/480p', 45 => 'WebM/VP8/Vorbis/720p', + 46 => 'WebM/VP8/Vorbis/1080p', 82 => 'MP4/H264/AAC/360p', # isomavc1mp42 84 => 'MP4/H264/AAC/720p', # isomavc1mp42 100 => 'WebM/VP8/Vorbis/360p/3D', -- 1.8.3.1