<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -286,7 +286,6 @@ class PirateBay:
 		url = &quot;http://thepiratebay.org/search/%s/0/7/0&quot;%(terms+numbers).replace(&quot; &quot;,&quot;+&quot;)
 		print &quot;url&quot;,url
 		torr = cache.get(url,max_age=60*60).read()
-		file('dump','w').write(torr)
 		rows = self.row.finditer(torr)
 		return rows
 </diff>
      <filename>epgrabber.py</filename>
    </modified>
    <modified>
      <diff>@@ -14,7 +14,7 @@ def wikipedia(inf,page,anime=False):
 	data = cache.get(&quot;http://en.wikipedia.org/wiki/%s&quot;%page,max_age=60*60).read()
 	blocks = trs.findall(data)
 	items = []
-	file(&quot;dump&quot;,&quot;wb&quot;).write(data)
+	#file(&quot;dump&quot;,&quot;wb&quot;).write(data)
 	for b in blocks:
 		if b.find(&quot;&lt;td&quot;)==-1:
 			continue</diff>
      <filename>wikipedia.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>2dde1de39d1c36947e957acc2063b4268402aa1b</id>
    </parent>
  </parents>
  <author>
    <name>Tom Parker</name>
    <email>palfrey@tevp.net</email>
  </author>
  <url>http://github.com/palfrey/epgrabber/commit/3c5b3e40587fb2676ca8852a138bd9aed9452b99</url>
  <id>3c5b3e40587fb2676ca8852a138bd9aed9452b99</id>
  <committed-date>2009-11-03T08:08:51-08:00</committed-date>
  <authored-date>2009-11-03T08:08:51-08:00</authored-date>
  <message>Stop dumping raw data so much!</message>
  <tree>03626ebbaf76719693b4ea067d3c4a5da8464af9</tree>
  <committer>
    <name>Tom Parker</name>
    <email>palfrey@tevp.net</email>
  </committer>
</commit>
