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
instead of original articles images and titles, any issue on this parser or any update from Google RSS News?
For the last few days, the parser using
only return Google RSS Images which is
and the title
instead of original articles images and titles, any issue on this parser or any update from Google RSS News?