This gem converts youtube channel links to rss links.
Add this line to your application's Gemfile:
gem 'youtube_to_rss'
And then execute:
$ bundle install
Or install it yourself as:
$ gem install youtube_to_rss
Pretty simple actually, just run YoutubeToRss.convert('https://youtube_channel_link')
should give you your rss consumable link.
`
The gem is available as open source under the terms of the MIT License.