Pastoid

The page you are looking at now is at this URL: http://pastoid.com/atz

This paste was last updated on March 24, 2009 at 12:01 pm.

Pasted Coderaw

import TableParse
import urllib
import csv
 
html=urllib.urlopen('http://mattread.com/lifestream').read()
nodes=parse(html)
 
c=csv.writer(open('data', 'w'))
 
for i in range(0,len(nodes)):
   c.writerow(nodes[i])
 
 

Toggle wordwrap

Referring DomainHits
Unknown Referer 127
pastoid.com 4
search.live.com 2
Is this paste spam?
<Hide