lib/webradio.rb in rget-3.1.0 vs lib/webradio.rb in rget-3.2.0
- old
+ new
@@ -22,9 +22,12 @@
require 'seaside-c'
SeasideCommnunications.new(url, options)
when %r[nicovideo\.jp]
require 'nicovideo'
Nicovideo.new(url, options)
+ when %r[^https://freshlive\.tv/]
+ require 'freshlive'
+ FreshLive.new(url, options)
else
raise 'unsupported url.'
end
end