SyedMustafaAhmad / extwget

Extended functionality for wget

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Extended functionality for wget

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%