Iceloof / GoogleNews

Script for GoogleNews
https://pypi.org/project/GoogleNews/
MIT License
314 stars 88 forks source link

bugfix: capture numbers with commas in them #64

Closed dmil closed 3 years ago

dmil commented 3 years ago

Sometimes the result-stats div has a number in the thousands that displays like "About 42,900 results". Currently, this is returned as 42 in the total_counts function, this will fix that to return 42900.

Thanks!