I want to access the Wikipedia infobox image for a given article title in a python program.Can someone please tell me how do I get that?
The following snipped gives list of all images in the page.I want to access just the infobox image.How do I do that?
import wikipedia
ny=wikipedia.page("Sachin Tendulkar")
print ny.images