GNews icon indicating copy to clipboard operation
GNews copied to clipboard

Client Error in get_full_article

Open RaymondSHANG opened this issue 1 year ago • 0 comments

from gnews import GNews
google_news = GNews()
article = google_news.get_full_article("https://www.reuters.com/world/europe/kremlin-says-after-trump-putin-call-there-is-political-will-both-sides-end-2025-02-13/")

## Url = "https://www.nytimes.com/2025/02/13/arts/shonda-rhimes-renee-fleming-ben-folds-kennedy-center.html" is good to go
An error occurred while fetching the article: Article `download()` failed with 401 Client Error: HTTP Forbidden for url: https://www.reuters.com/world/europe/kremlin-says-after-trump-putin-call-there-is-political-will-both-sides-end-2025-02-13/ on URL https://www.reuters.com/world/europe/kremlin-says-after-trump-putin-call-there-is-political-will-both-sides-end-2025-02-13/

Any clues?

RaymondSHANG avatar Feb 13 '25 18:02 RaymondSHANG