-
```
from gnews import GNews
google_news = GNews(max_results=2)
news = google_news.get_news_by_topic("WORLD")
article = google_news.get_full_article(news[0]['url'])
print(article.text)
```
…
-
```
Its currently not possible to create a complete
google-news-sitemap with this tool.
Tags like
"title" or "publication" are important and missing.
```
Original issue reported on code.google.com …
-
-
### Basic Information
**Test link:** `https://news.google.com/topics/CAAqJggKIiBDQkFTRWdvSUwyMHZNRGx6TVdZU0FtVnVHZ0pWVXlnQVAB?hl=en-US&gl=US&ceid=US%3Aen`
**Category:** breakage
**Reported from:** Un…
-
Would be great to add Google News
-
For decoding Google News URLs into their real ones, I am getting error:
```python
import base64
import re
from typing import Optional
# Ref: https://github.com/Casualtek/Cyberwatch/blob/8648e…
-
Ciao, potete aggiungere GOOGLE NEWS? Inoltre le immagini non si vedono!
-
**Describe the project you want to add with tech stack**
To scrape the google news website to retrieve news information from different sources.
**Expected behavior**
It will return the detail…
-
On my local machine, `.get_news` works perfectly well, with and without a proxy.
However, on Google Cloud (for example GC Run), it returns no results every time. Is there some port or proxy that ne…
-
### Description
Brave browsers AMP auto redirect feature broke a website
### Steps to reproduce
1. Turn on brave AMP auto redirect
2. Go to https://m.nocutnews.co.kr/news/amp/6227673
3. The url bec…