This little python snippet allows you to download all the new MacOS Sonoma Aerials screensavers and wallpapers, so they are available to shuffle.
You can also select Categories and Subcategories of video to download, and download them in parallel.
To use:
- Clone the repository
pip3 install -r requirements.txt
sudo python3 app.py
Optional: to download more than one in parallel update the environment variable DOWNLOAD_THREADS.
For example to set to five: sudo -E DOWNLOAD_THREADS=5 python3 app.py