YoutubeToRss

This gem converts youtube channel links to rss links.

Installation

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

Usage

Pretty simple actually, just run YoutubeToRss.convert('https://youtube_channel_link') should give you your rss consumable link. `

License

The gem is available as open source under the terms of the MIT License.