Class: Youtube

Inherits:
WebRadio show all
Defined in:
lib/youtube.rb

Direct Known Subclasses

YoutubeChannel, YoutubePlaylist

Instance Method Summary collapse

Methods inherited from WebRadio

#download, #dump, instance

Constructor Details

#initialize(params, options) ⇒ Youtube

Returns a new instance of Youtube.



6
7
8
9
10
# File 'lib/youtube.rb', line 6

def initialize(params, options)
  super
      @offset = 0
      @target_content = []
end