Downloader for mp3 hosted on any public index.html and can be used to download audio files from http://www.gutenberg.org
- Java v7 or higher
- Shell/git skills to run this app
java -jar audio-file-downloader.jar -url http://www.gutenberg.org/files/9147/mp3/ -time_wait 3
-url the url to get the files
-time_wait <time_wait> the time to wait between requests in seconds
Default time_wait is 2 seconds
Default file saving location = subfolder of current location
Subfolder name will be the name of the hostname of the url
AFD is compatible with:
- http://www.gutenberg.org/files/9147/mp3/ or
- normal Apache html index
Reporting
-
Finish readme
-
Add screenshots of execution
-
Report successfull download with file size = 0
-
Decode url
