regosen / get_cover_art

Batch cover art downloader and embedder for audio files
MIT License
69 stars 8 forks source link

Parse API responses with json.loads #36

Closed Perlence closed 7 months ago

Perlence commented 7 months ago

Using json.loads is a safer and slightly faster way to deserialize JSON data.