We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
all methods return none as output.
The text was updated successfully, but these errors were encountered:
im facing this issue too.
Sorry, something went wrong.
Same issue. Logging indicates: 2024-07-23 05:17:02 DEBUG Encoding detection: utf_8 is most likely the one.
Encoding is set, per guidelines.
def googleNews(keys: list, num_of_articles: int) -> dict: google_news = GoogleNews() google_news.set_lang('en') google_news.set_period('1d') google_news.set_encode('utf_8') ...
def googleNews(keys: list, num_of_articles: int) -> dict: google_news = GoogleNews() google_news.set_lang('en') google_news.set_period('1d') google_news.set_encode('utf-8') ...
google_news.results() should output the results.
google_news.results()
No branches or pull requests
all methods return none as output.
The text was updated successfully, but these errors were encountered: