class FeedmeYoutubes

TODO: ncurses that launches mplayer (cos nice interface..) web interface on sinatra app with link to web page…

Constants

VERSION

Public Class Methods

new(hash) click to toggle source
# File lib/feedme_youtubes.rb, line 15
def initialize(hash)
  @config = ActiveSupport::HashWithIndifferentAccess.new(hash)
  @feeds  = Feeds.new(@config[:authors])
end

Public Instance Methods

update() click to toggle source
# File lib/feedme_youtubes.rb, line 20
def update
  @feeds.update
end