Downloading-Exercises

What it does? This is a simple script which can download multiple things at once from given page. Currently it takes all href's and src's then filter those using pattern. After that results are listed or downloaded to 'downloaded' folder in current directory.

Version of interpreter:

Python 3.X

Usage:

While being in directory with download.py and download_exe.py use this command:

$python3 download.py URL PATTERN [-download]

or just

$./download.py URL PATTERN [-download]

More info

$python3 download.py --help