Skip to content

kensenjohn/DownloadImages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Android Application
Author: Kensen John
Date: Mar 30, 2011

This application is used to download images from website.
The "props" folder contains "spiderpic.properties" where we can set the url from which to download the pictures.

download_location=/home/kensen/Downloads/images
site_name=http://www.iiiii.com/random.php
download_algo=jjjjjj  #this specifies the different algorithms to use to download pics.

The application executes the URL. It will parse the html that is returned.
It will identify the path of the image and then download the image.

To prevent any kind of Denial of Service, the code will hit the website once in 3 seconds.

DownloadThread.java holds the code/logic to download images.

About

Code to download pictures from website. Parse through the html file and identify the image to download.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published