You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: