Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
walinchus committed Apr 13, 2017
1 parent 9bce7f4 commit 0748dec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scraper.py
@@ -1,4 +1,3 @@
python3.6 -m pip install urllib2
import urllib2
from xml.dom.minidom import parseString

Expand All @@ -20,4 +19,4 @@ def get_google_new_results( term, count ):

items = get_google_new_results( 'Oklahoma+Court', 10 )
for i,e in enumerate(items):
print '%d: %s' % (i+1,e,)
print '%d: %s' % (i+1,e,

0 comments on commit 0748dec

Please sign in to comment.