Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
katipietarinen committed Feb 25, 2019
1 parent ff0754c commit 92bfb3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -17,7 +17,7 @@ def get_google_new_results( term, count ):
return results


items = get_google_new_results( 'apple', 50 )
items = get_google_new_results( 'sote', 50 )
# items is a list where each element is a tuple (title, link,)
for title,link in items:
print title, ' ', link

0 comments on commit 92bfb3c

Please sign in to comment.