googler patch

googler (note the r at the end) is no longer being actively developed and it no longer works straight up. Turns out Google changed the class of some result entries. On line 2376

2375-                    # title_node, details_node, *_ = div_g.select_all('div.rc > div')
2376:                    title_node, details_node, *_ = div_g.select_all('div.tF2Cxc > div')
2377-                    if 'yuRUbf' not in title_node.classes:
2378-                        logger.debug('unexpected title node class(es): expected %r, got %r',
2379-                                     'yuRUbf', ' '.join(title_node.classes))

tF2Cxc has to be replaced by UK95Uc .