Simple script which downloads all images from John Kenn blog using asyncio and aiohttp.
git clone https://github.com/digitalashes/john-kenn-gallery-downloader.git
cd john-kenn-gallery-downloader
pipenv install
pipenv run python main.py
Folder with images will be created in the parent directory.
Run pipenv run pyton main.py --help
for see optional arguments.