newspaper icon indicating copy to clipboard operation
newspaper copied to clipboard

Downloaded article from Google RSS News only return Google Images

Open andisoer opened this issue 7 months ago • 2 comments

For the last few days, the parser using

article.download('https://news.google.com/rss/articles/CBMiTmh0dHBzOi8vd3d3Lm55dGltZXMuY29tLzIwMjQvMDcvMjEvdXMvcG9saXRpY3MvdmFuY2UtdHJ1bXAtY2FtcGFpZ24tcmFsbHkuaHRtbNIBAA?oc=5&hl=en-ID&gl=ID&ceid=ID:en')
article.parse()
print('article.title')
print('article.top_image')

only return Google RSS Images which is

https://lh3.googleusercontent.com/J6_coFbogxhRI9iM864NL_liGXvsQp2AupsKei7z0cNNfDvGUmWUy20nuUhkREQyrpY4bEeIBuc=s0-w300

and the title

Google News

instead of original articles images and titles, any issue on this parser or any update from Google RSS News?

andisoer avatar Jul 21 '24 23:07 andisoer