-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Date Range doesn't work? #141
Comments
Same here with search() method, with get_news() it works. |
Also having the same issue |
I wanted to use get_news to extract the news articles with in the specified date range but the return response URL of topic ="ecommerce sales in october" How can I get the actual article url. If the date range with search function it will be helpful as it returns the article url exactly. |
You can manually extract the url by fetching the google url, but I don't suggest to do so, because it will create a request to google for each url, easily get blocked by google. |
That's all I can say? Regardless of what I set the date range to, it just shows the most recent, ignoring the date range. I've tried using set_time_range and also in the GoogleNews() constructor, but neither work. Why? How do I make it work?
The text was updated successfully, but these errors were encountered: