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.
Python 3.X
$python3 download.py URL PATTERN [-download]
$./download.py URL PATTERN [-download]
$python3 download.py --help