newspaper
newspaper copied to clipboard
Downloaded article from Google RSS News only return Google Images
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?