The script can be used to batch download the files from the internet. say for example the website contain files from 1.zip to 100.zip at
http://www.something.com/zipfiles/ folder. then the download command will be
AnotherDownloader.py http://www.something.com/zipfiles/*.zip 1 100 /home/test/download
the above command will download the files to /home/test/download folder.