Skip to content

Instantly share code, notes, and snippets.

@samqiu
samqiu / railscasts.rb
Last active August 2, 2025 18:42
Download free Railscast video
#!/usr/bin/ruby
require 'rss'
# Usage
# $ ./railscasts.rb http://railscasts.com/subscriptions/YOURRAILSCASTRSS/\/
# episodes.rss
# OR
# $ ./railscasts.rb
p 'Downloading rss index'