Skip to content

SyedMustafaAhmad/extwget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Entended WGET (extwget)

A simple shell script to extend the functionality of wget. This functionality is mainly for longer downloads and/or a list of downloads.

Dependencies

  • wget
  • curl (optional)

How to use

  1. Use git to clone repository as follows:
git clone https://github.com/SyedMustafaAhmad/extwget

Or download zip of the repository.

  1. Change directory
cd extwget
  1. Make shell script executable
chmod +x extwget.sh
  1. 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