Skip to content

Commit

Permalink
google full click error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoongi Kim committed Feb 20, 2019
1 parent 7b3bf72 commit 86dbf7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collect_links.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def google_full(self, keyword, add_url=""):

print('Scraping links')

self.wait_and_click('//div[@class="rg_bx rg_di rg_el ivg-i"]')
self.wait_and_click('//img[@class="rg_ic rg_i"]')
time.sleep(1)

links = []
Expand Down

0 comments on commit 86dbf7d

Please sign in to comment.