I'm trying to extract the links to all the images in the wikipedia, without losing the image names and probably the alt tags. I got to know from
How do I get link to an image on wikipedia from the infobox?
that I could get it by querying: http://en.wikipedia.org/wiki/File:filename.jpg However, to do this I need to get all the filenames of the images. Any clues?
Thanks!