Replies: 2 comments
-
I resolved the problem by downloading directly from github using install from the project's git main branchpip install git+https://github.com/ranahaani/GNews.git` Answer found on https://stackoverflow.com/questions/73072802/web-scraping-articles-from-google-news |
Beta Was this translation helpful? Give feedback.
0 replies
-
Have you checked if there are any updates or changes to the library that might affect date filtering? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, for me is not working the start date and end date.
My code is
google_news = GNews(language='ro', country='RO', max_results=100) google_news.start_date = (2021, 1, 1) google_news.end_date = (2021, 2, 1)
but the result are from 2023.
Even trying with the example code from https://github.com/ranahaani/GNews/blob/master/main.py, i have the same problem.
Beta Was this translation helpful? Give feedback.
All reactions