From 12e7688ecc8add32af2dc7ea3457d6fdfc8fc49f Mon Sep 17 00:00:00 2001 From: drummr77 Date: Mon, 11 Feb 2008 06:34:49 +0000 Subject: [PATCH] added 3gpp format git-svn-id: http://youtube-g.rubyforge.org/svn/trunk@42 be00ba05-eb97-4791-a98f-6cad13d5b5dc --- lib/youtube_g/model/video.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/youtube_g/model/video.rb b/lib/youtube_g/model/video.rb index d973a01..7795fa5 100644 --- a/lib/youtube_g/model/video.rb +++ b/lib/youtube_g/model/video.rb @@ -32,6 +32,8 @@ def self.by_code(format_code) # is not available for a video that is not embeddable. # SWF = YouTubeG::Model::Video::Format.new(5, :swf) + + THREE_GPP = YouTubeG::Model::Video::Format.new(6, :three_gpp) end attr_reader :duration