I won't update this script anymore (as in adding new features) but if you encounter any bugs feel free to open an Issue or make a Pull Request.
This script will download artworks from Apple Music by using the Itunes search API. The images will be the original file the artist or release provider provided to Apple Music.
Download Artwork:
python amogus.py https://music.apple.com/us/album/bad/559334659
Download all Artworks of an artist:
python amogus.py https://music.apple.com/us/album/bad/559334659
Search for an album:
python --search "Michael Jackson Thriller"
Search for an artist:
python --search --artist "Michael Jackson"
Install Python, this should work on any version. Then install the requirements:
git clone https://github.com/R3AP3/amogus.git amogus
cd amogus
pip install -r requirements.txt
- 1.0.0: Initial Release (i just made up this version number)
- Recoded the Script and made it more Stable
- I just recoded it because it bugged me how bad this code was
- removed Herobrine
- added Sex
usage: amogus.py [-h] [-s] [-a] [-r REGION_CODE] INPUT
Downloads Album Covers as their Source File from the Itunes Search API
positional arguments:
INPUT Apple Music URL or Search Query
options:
-h, --help show this help message and exit
-s, --search Search for Albums
-a, --artist Search for Artist (use in combination with --search)
-r REGION_CODE, --region REGION_CODE
Set Region Code [Default: 'us'] (https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)