g=Grab() g.go("https://images.google.ru") g.setup(multipart_post={'image':UploadFile("c:/12.jpg")}) g.go("https://images.google.ru/searchbyimage/upload") g.doc.text_search(u'найдены') # false
g=Grab() g.go("https://images.google.ru") g.setup(multipart_post={'image':UploadFile("c:/12.jpg")}) g.go("https://images.google.ru/searchbyimage/upload") g.doc.text_search(u'найдены') # false