regosen / get_cover_art

Batch cover art downloader and embedder for audio files
MIT License
76 stars 7 forks source link

Parse API responses with json.loads #36

Closed Perlence closed 10 months ago

Perlence commented 10 months ago

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