I noticed that the images retrieved by the image command are not in the order as you would see them on the wikipedia article website. Is there any function how I can get the first image that also appears on the website?
E.g.
print(wikipedia.page("Ubuntu (Betriebssystem").images[0])
gives this image back although it should be this one
Hi everybody,
I noticed that the images retrieved by the image command are not in the order as you would see them on the wikipedia article website. Is there any function how I can get the first image that also appears on the website?
E.g.
print(wikipedia.page("Ubuntu (Betriebssystem").images[0])
gives this image back although it should be this one
Thank you in advance!