From: Ralf Ertzinger Date: Fri, 14 Oct 2011 07:10:21 +0000 (+0200) Subject: Youtube: new video formats, again X-Git-Url: https://git.camperquake.de/gitweb.cgi?p=videosite.git;a=commitdiff_plain;h=8f82d425fa17990e24c78232e69b20f07e386ef5 Youtube: new video formats, again --- diff --git a/videosite/YouTubeGrabber.pm b/videosite/YouTubeGrabber.pm index d72d783..a440feb 100644 --- a/videosite/YouTubeGrabber.pm +++ b/videosite/YouTubeGrabber.pm @@ -39,6 +39,8 @@ my %videoformats = ( 45 => 'WebM/VP8/Vorbis/720p', 82 => 'MP4/H264/AAC/360p', # isomavc1mp42 84 => 'MP4/H264/AAC/720p', # isomavc1mp42 + 100 => 'WebM/VP8/Vorbis/360p/3D', + 102 => 'WebM/VP8/Vorbis/720p/3D', ); sub new {