Skip to content

Instantly share code, notes, and snippets.

@rahulbot
rahulbot / itunes_to_rss.rb
Created February 19, 2020 09:33 — forked from crm114/itunes_to_rss.rb
Get RSS feeds for iTunes Podcast links
# gem install httparty
# gem install nokogiri
# gem install feedjira
require 'httparty'
require 'nokogiri'
require 'feedjira'
module ItunesToRSS
def self.extract(url)
headers = { 'User-Agent' => 'iTunes/10.1 (Windows; U; Microsoft Windows XP Home Edition Service Pack 2 (Build 2600)) DPI/96' }
@rahulbot
rahulbot / .block
Last active March 17, 2017 15:18 — forked from kerryrodden/.block
Sequences sunburst
license: apache-2.0