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, I am wondering if get_text - which does not really work for me (there are no explanations in the pypi tutorial and readme) - is supposed to get you the full text of the news article - using Beautiful Soup.
Hi, I am wondering if get_text - which does not really work for me (there are no explanations in the pypi tutorial and readme) - is supposed to get you the full text of the news article - using Beautiful Soup.
I saw a reference to BS in the code base.
However. if I use the following suggested code:
googlenews = GoogleNews(lang='en',period='1h')
googlenews.get_news('PS4 PS5 PlayStation')
googlenews.results()
it works, but there is no variable for fulltext in the dictionaries.
can somone clarify for me?
The text was updated successfully, but these errors were encountered: