You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, the following command scholar.py -a "albert einstein" -t -s "quantum theory," will cause the following error:
Traceback (most recent call last):
File "scholar.py", line 1310, in <module>
sys.exit(main())
File "scholar.py", line 1293, in main
querier.send_query(query)
File "scholar.py", line 1027, in send_query
self.parse(html)
File "scholar.py", line 1055, in parse
parser.parse(html)
File "scholar.py", line 397, in parse
self._parse_article(div)
File "scholar.py", line 571, in _parse_article
if tag.find('div', {'class': 'gs_ttss'}):
TypeError: slice indices must be integers or None or have an __index__ method
I checked the html returned and it shows like this:
Would you please have a look?
The text was updated successfully, but these errors were encountered:
I have noticed that too. From what I found the gs_ttss class does not exist on the google scholar search results page. If anyone knows how to fix it that would be awesome
Hi, the following command
scholar.py -a "albert einstein" -t -s "quantum theory,"
will cause the following error:I checked the html returned and it shows like this:
Would you please have a look?
The text was updated successfully, but these errors were encountered: