GoogleScraper
GoogleScraper copied to clipboard
Attribute Error:
from urllib.parse import urlparse import GoogleScraper results = GoogleScraper.scrape('HOly shit', number_pages=1) Traceback (most recent call last): File "<stdin>", line 1, in <module> AttributeError: module 'GoogleScraper' has no attribute 'scrape'
Can you be more specific when this error happend?