Navigation Menu

Skip to content

Commit

Permalink
added 3gpp format
Browse files Browse the repository at this point in the history
git-svn-id: http://youtube-g.rubyforge.org/svn/trunk@42 be00ba05-eb97-4791-a98f-6cad13d5b5dc
  • Loading branch information
drummr77 committed Feb 11, 2008
1 parent 81c2280 commit 12e7688
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/youtube_g/model/video.rb
Expand Up @@ -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
Expand Down

0 comments on commit 12e7688

Please sign in to comment.