Skip to content

Commit

Permalink
Selector for GoogleParser / us_ip changed
Browse files Browse the repository at this point in the history
Wasn't getting links back until I made this change
  • Loading branch information
dr3x committed Aug 31, 2015
1 parent 77df85f commit 6a570e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GoogleScraper/parsing.py
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ class GoogleParser(Parser):
'results': {
'us_ip': {
'container': '#center_col',
'result_container': 'li.g ',
'result_container': 'div.g ',
'link': 'h3.r > a:first-child::attr(href)',
'snippet': 'div.s span.st::text',
'title': 'h3.r > a:first-child::text',
Expand Down

0 comments on commit 6a570e8

Please sign in to comment.