Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 272 Bytes

README.markdown

File metadata and controls

14 lines (8 loc) · 272 Bytes

OpenURI with caching

Carelessly make OpenURI requests without getting hate mail.

Usage

Require the library

require 'open-uri/cached'
open('http://www.someone-that-hates-being-scraped.com').read

Configuring

OpenURI::Cache.cache_path = '/tmp/open-uri'