Skip to content

Instantly share code, notes, and snippets.

@swindsor
Created February 8, 2011 17:56
Show Gist options
  • Save swindsor/816856 to your computer and use it in GitHub Desktop.
Save swindsor/816856 to your computer and use it in GitHub Desktop.
#!/usr/bin/env ruby
require 'netflix'
File.open('catalog_titles_index.xml', 'w') do |f|
f.write(Netflix.catalog_titles_index)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment