A simple shell script to extend the functionality of wget. This functionality is mainly for longer downloads and/or a list of downloads.
- wget
- curl (optional)
- Use git to clone repository as follows:
git clone https://github.com/SyedMustafaAhmad/extwget
Or download zip of the repository.
- Change directory
cd extwget
- Make shell script executable
chmod +x extwget.sh
- Run shell script just like wget For example,
./extwget url
Or,
./extwget url-1 url-2 url-3
Or,
./extwget url-list.txt
Where urllist.txt is the file that has links one after the other with line breaks. For example,
url-1
url-2
url-3