Hi,
I ended up having the news 'imageId' but i don't know how to get the image by using 'imageId'
here is the code :
top_news = rd.content.news.top_news.hierarchy.Definition().get_data();
front_page = rd.content.news.top_news.Definition(top_news.data.df["topNewsId"][0]).get_data()
daf = front_page.data.df
for i in range(len(daf)):
print(daf.headline[i])
print(daf.storyId[i])
print(daf.imageId[i])
but when i get the contents by using 'storyId', The image file is not included in html..