Skip to content

Commit

Permalink
'The Bureau of Investigative Journalism', 2
Browse files Browse the repository at this point in the history
  • Loading branch information
lexie11 committed Jul 2, 2019
1 parent 5757385 commit 144032f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -17,6 +17,6 @@ def get_google_new_results( term, count ):

return results

items = get_google_new_results( 'leaves', 5 )
items = get_google_new_results( 'The Bureau of Investigative Journalism', 2 )
for i,e in enumerate(items):
print '%d: %s' % (i+1,e,)

0 comments on commit 144032f

Please sign in to comment.