Alicia
Results
1
comments of
Alicia
I am having the same issue, I peeked and found this line was the culprit. ` totalText = soup.select(GoogleSearch.TOTAL_SELECTOR)[0].children.next().encode('utf-8')` Printing the soup object returns and empty list. ` print(soup.select(GoogleSearch.TOTAL_SELECTOR)) #...