Skip to content

Instantly share code, notes, and snippets.

View sklinkert's full-sized avatar

Simon Klinkert sklinkert

View GitHub Profile
#!/usr/bin/env ruby
# This script only support ASCII format
# and tick download.
require 'uri'
require 'net/http'
require 'mechanize'
agent = Mechanize.new