Project

embed_html

0.0
No commit activity in last 3 years
No release in over 3 years
Download and embed images in html using base64 data encoding
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

Dependencies

  • Hpricot
  • Typhoeus

Install

gem install embed_html

Usage

eurl <input-url> <output-file>

Example:

eurl "http://en.wikipedia.org/wiki/Wiki" wiki.html

Output:

I, [2010-05-20T15:56:58.315769 #26393] INFO -- : downloading url: http://en.wikipedia.org/wiki/Wiki

I, [2010-05-20T15:57:02.033068 #26393] INFO -- : done

The file wiki.html then contains the specified page, with all of the images embeded