EvilZone

Programming and Scripting => Java => : lordarnoud May 24, 2011, 01:20:20 PM

: [JAVA]Images from webpages
: lordarnoud May 24, 2011, 01:20:20 PM
I am working on a project at the moment that has to show all the manga ( japanese strips ) from a webpage in a list in the application and when you select one of the manga it downloads it from the webpage in a folder and the application works as a reader as well so you can read the strips in the application. So i need something to get the information between the tags in the source of the webpage in my application and i need to find a way to download the images to my folder.
 
 The webpage has no API
 The images have random names
 
 -Arnoud