<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Hacking Websites with Ruby and Nokogiri</title>
	<atom:link href="http://lostechies.com/rodpaddock/2011/04/11/hacking-websites-with-ruby-and-nokogiri/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/rodpaddock/2011/04/11/hacking-websites-with-ruby-and-nokogiri/</link>
	<description>Just another LosTechies site</description>
	<lastBuildDate>Mon, 25 Mar 2013 18:32:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: Rooney</title>
		<link>http://lostechies.com/rodpaddock/2011/04/11/hacking-websites-with-ruby-and-nokogiri/#comment-114</link>
		<dc:creator>Rooney</dc:creator>
		<pubDate>Mon, 25 Mar 2013 18:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/rodpaddock/?p=18#comment-114</guid>
		<description>Where is this text file saved? I&#039;m not able to locate it</description>
		<content:encoded><![CDATA[<p>Where is this text file saved? I&#8217;m not able to locate it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Momo Levi</title>
		<link>http://lostechies.com/rodpaddock/2011/04/11/hacking-websites-with-ruby-and-nokogiri/#comment-111</link>
		<dc:creator>Momo Levi</dc:creator>
		<pubDate>Sat, 12 Jan 2013 15:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/rodpaddock/?p=18#comment-111</guid>
		<description>Great !


mlevi2538@gmail.com</description>
		<content:encoded><![CDATA[<p>Great !</p>
<p><a href="mailto:mlevi2538@gmail.com">mlevi2538@gmail.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dalesmithtx</title>
		<link>http://lostechies.com/rodpaddock/2011/04/11/hacking-websites-with-ruby-and-nokogiri/#comment-105</link>
		<dc:creator>dalesmithtx</dc:creator>
		<pubDate>Mon, 11 Apr 2011 16:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/rodpaddock/?p=18#comment-105</guid>
		<description>The open(urltext) method you use in Nokogiri::HTML() can also take a hash of header info.  For instance, some sites block bots by checking the user agent header.  You can use whatsmyuseragent.com to figure out the user agent you wanna use, and then pass open(urltext, &quot;User-Agent&quot; =&gt; some_user_agent) to Nokogiri::HTML().  Use this fearsome power only for good.</description>
		<content:encoded><![CDATA[<p>The open(urltext) method you use in Nokogiri::HTML() can also take a hash of header info.  For instance, some sites block bots by checking the user agent header.  You can use whatsmyuseragent.com to figure out the user agent you wanna use, and then pass open(urltext, &#8220;User-Agent&#8221; =&gt; some_user_agent) to Nokogiri::HTML().  Use this fearsome power only for good.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Franklin Webber</title>
		<link>http://lostechies.com/rodpaddock/2011/04/11/hacking-websites-with-ruby-and-nokogiri/#comment-104</link>
		<dc:creator>Franklin Webber</dc:creator>
		<pubDate>Mon, 11 Apr 2011 15:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/rodpaddock/?p=18#comment-104</guid>
		<description>Awesome. The happymapper gem is usually what I use for parsing XML but it does not currently support quite the flexibility of naked Nokogiri.</description>
		<content:encoded><![CDATA[<p>Awesome. The happymapper gem is usually what I use for parsing XML but it does not currently support quite the flexibility of naked Nokogiri.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
