#
# ustream.rb - insert some services of Ustream.tv
#
# Copyright (C) 2010, TADA Tadashi .
# You can redistribute it and/or modify it under GPL2.
#
def ustream( id, type = :recorded )
if type == :live then
return ''
end
# insert recorded video
if feed? then
return %Q|Link to Ustream ##{id}
|
end
%Q||
end