Sha256: e989947bdf3b5637cbd80c2dff01661ee7da5f598ff8a5165ff6a7a823a0e82b

Contents?: true

Size: 537 Bytes

Versions: 6

Compression:

Stored size: 537 Bytes

Contents

# YoutubeToRss

This gem converts youtube channel links to rss links.

## Installation

Add this line to your application's Gemfile:

```ruby
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](https://opensource.org/licenses/MIT).

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
youtube_to_rss-0.3.4 README.md
youtube_to_rss-0.3.2 README.md
youtube_to_rss-0.2 README.md
youtube_to_rss-0.1.2 README.md
youtube_to_rss-0.1.1 README.md
youtube_to_rss-0.1.0 README.md