Guest User

Untitled

a guest
Nov 19th, 2011
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. import urllib2
  2. response = urllib2.urlopen('https://www.autosnappy.com/feed_portland_2011-11-19.txt')
  3. data = response.read()
  4.  
Advertisement
Add Comment
Please, Sign In to add comment