<?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: Retrieving Google&#8217;s Cache for a Whole Website</title>
	<atom:link href="http://www.guyrutenberg.com/2008/10/02/retrieving-googles-cache-for-a-whole-website/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.guyrutenberg.com/2008/10/02/retrieving-googles-cache-for-a-whole-website/</link>
	<description>Keeping track of what I do</description>
	<lastBuildDate>Thu, 09 Sep 2010 20:44:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Ashley</title>
		<link>http://www.guyrutenberg.com/2008/10/02/retrieving-googles-cache-for-a-whole-website/comment-page-1/#comment-40785</link>
		<dc:creator>Ashley</dc:creator>
		<pubDate>Wed, 08 Sep 2010 23:18:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.guyrutenberg.com/?p=92#comment-40785</guid>
		<description>hey, nice blog...really like it and added to bookmarks. keep up with good work</description>
		<content:encoded><![CDATA[<p>hey, nice blog&#8230;really like it and added to bookmarks. keep up with good work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://www.guyrutenberg.com/2008/10/02/retrieving-googles-cache-for-a-whole-website/comment-page-1/#comment-40091</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Mon, 30 Aug 2010 08:12:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.guyrutenberg.com/?p=92#comment-40091</guid>
		<description>by adding num=100, so changing line 15 to:
url = &quot;http://www.google.com/search?num=100&amp;q=&quot;+search_term
you can at least fetch 100 pages instead of 10.
that was enough for me so i didn&#039;t try to fix the page-fetching anymore.
hope it helps.
thanks to the author for this great script, saved my life as i had a server-crash and no backups! ;)</description>
		<content:encoded><![CDATA[<p>by adding num=100, so changing line 15 to:<br />
url = &#8220;http://www.google.com/search?num=100&amp;q=&#8221;+search_term<br />
you can at least fetch 100 pages instead of 10.<br />
that was enough for me so i didn&#8217;t try to fix the page-fetching anymore.<br />
hope it helps.<br />
thanks to the author for this great script, saved my life as i had a server-crash and no backups! <img src='http://www.guyrutenberg.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Farid Peterson</title>
		<link>http://www.guyrutenberg.com/2008/10/02/retrieving-googles-cache-for-a-whole-website/comment-page-1/#comment-38604</link>
		<dc:creator>Farid Peterson</dc:creator>
		<pubDate>Fri, 06 Aug 2010 05:25:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.guyrutenberg.com/?p=92#comment-38604</guid>
		<description>Actualization: Nope only the first ten again!!
What happened?? I need to retrieve a whole website</description>
		<content:encoded><![CDATA[<p>Actualization: Nope only the first ten again!!<br />
What happened?? I need to retrieve a whole website</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Farid Peterson</title>
		<link>http://www.guyrutenberg.com/2008/10/02/retrieving-googles-cache-for-a-whole-website/comment-page-1/#comment-38495</link>
		<dc:creator>Farid Peterson</dc:creator>
		<pubDate>Wed, 04 Aug 2010 15:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.guyrutenberg.com/?p=92#comment-38495</guid>
		<description>This really works at 4 August 2010. I used James Revillini code, with mar wilson regex_cache changes, also with Windows Python 2.7.

However i have the following issue:I want a retrieve a subsite with a key such as
www.mysite.com/forum/codechange?showforum=23

what are the changes required in the code for make this?

Thanks everybody specially to guy</description>
		<content:encoded><![CDATA[<p>This really works at 4 August 2010. I used James Revillini code, with mar wilson regex_cache changes, also with Windows Python 2.7.</p>
<p>However i have the following issue:I want a retrieve a subsite with a key such as<br />
<a href="http://www.mysite.com/forum/codechange?showforum=23" rel="nofollow">http://www.mysite.com/forum/codechange?showforum=23</a></p>
<p>what are the changes required in the code for make this?</p>
<p>Thanks everybody specially to guy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Wilson</title>
		<link>http://www.guyrutenberg.com/2008/10/02/retrieving-googles-cache-for-a-whole-website/comment-page-1/#comment-38024</link>
		<dc:creator>Mark Wilson</dc:creator>
		<pubDate>Mon, 26 Jul 2010 15:19:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.guyrutenberg.com/?p=92#comment-38024</guid>
		<description>The google cache is now served up over a proper URl and not an IP. You need to change the regex_cache from 

\d*\.\d*\.\d*\.\d*

to

\w*\.\w*\.\w*</description>
		<content:encoded><![CDATA[<p>The google cache is now served up over a proper URl and not an IP. You need to change the regex_cache from </p>
<p>\d*\.\d*\.\d*\.\d*</p>
<p>to</p>
<p>\w*\.\w*\.\w*</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://www.guyrutenberg.com/2008/10/02/retrieving-googles-cache-for-a-whole-website/comment-page-1/#comment-34905</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Tue, 25 May 2010 16:07:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.guyrutenberg.com/?p=92#comment-34905</guid>
		<description>Same issue as Jeremiah. Nothing is saved, but I get the same type of echo message.</description>
		<content:encoded><![CDATA[<p>Same issue as Jeremiah. Nothing is saved, but I get the same type of echo message.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremiah</title>
		<link>http://www.guyrutenberg.com/2008/10/02/retrieving-googles-cache-for-a-whole-website/comment-page-1/#comment-34848</link>
		<dc:creator>Jeremiah</dc:creator>
		<pubDate>Mon, 24 May 2010 15:55:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.guyrutenberg.com/?p=92#comment-34848</guid>
		<description>script just echos
PAGE 1: http://www.google.com/search?q=site:thesite.com
and no file is saved</description>
		<content:encoded><![CDATA[<p>script just echos<br />
PAGE 1: <a href="http://www.google.com/search?q=site:thesite.com" rel="nofollow">http://www.google.com/search?q=site:thesite.com</a><br />
and no file is saved</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.guyrutenberg.com/2008/10/02/retrieving-googles-cache-for-a-whole-website/comment-page-1/#comment-31774</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Thu, 25 Mar 2010 19:12:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.guyrutenberg.com/?p=92#comment-31774</guid>
		<description>Thank you very much &quot;Guy&quot;. I downloaded Windows x86 MSI Installer (2.7a4) as it seems to be the latest 2.x version and it works.

Cheers :-)</description>
		<content:encoded><![CDATA[<p>Thank you very much &#8220;Guy&#8221;. I downloaded Windows x86 MSI Installer (2.7a4) as it seems to be the latest 2.x version and it works.</p>
<p>Cheers <img src='http://www.guyrutenberg.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guy</title>
		<link>http://www.guyrutenberg.com/2008/10/02/retrieving-googles-cache-for-a-whole-website/comment-page-1/#comment-31548</link>
		<dc:creator>Guy</dc:creator>
		<pubDate>Wed, 24 Mar 2010 04:53:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.guyrutenberg.com/?p=92#comment-31548</guid>
		<description>Python 3 isn&#039;t back-compatible with Python 2, so there were incompatible syntax changes. One of those changes concerns the &lt;code&gt;print&lt;/code&gt; command. As a result, you will have to use Python 2, or adjust the script yourself to Python 3.</description>
		<content:encoded><![CDATA[<p>Python 3 isn&#8217;t back-compatible with Python 2, so there were incompatible syntax changes. One of those changes concerns the <code>print</code> command. As a result, you will have to use Python 2, or adjust the script yourself to Python 3.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.guyrutenberg.com/2008/10/02/retrieving-googles-cache-for-a-whole-website/comment-page-1/#comment-31477</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Tue, 23 Mar 2010 20:34:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.guyrutenberg.com/?p=92#comment-31477</guid>
		<description>Hi,

I&#039;am running Phyton for windows x64
http://www.python.org/download/releases/3.1.2/

And when running your latest script I got the following error:
[img]
http://i44.tinypic.com/okzwqd.jpg
[/img]

Please tell me what is wrong. I dont no much about phyton except from running the script!

Thanks in advance</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;am running Phyton for windows x64<br />
<a href="http://www.python.org/download/releases/3.1.2/" rel="nofollow">http://www.python.org/download/releases/3.1.2/</a></p>
<p>And when running your latest script I got the following error:<br />
[img]<br />
<a href="http://i44.tinypic.com/okzwqd.jpg" rel="nofollow">http://i44.tinypic.com/okzwqd.jpg</a><br />
[/img]</p>
<p>Please tell me what is wrong. I dont no much about phyton except from running the script!</p>
<p>Thanks in advance</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.434 seconds -->
