sleepyfran / itunespy

:snake: A simple library to fetch data from the iTunes Store API made for Python >= 3.5
MIT License
64 stars 6 forks source link

Catch JSONDecodeError #17

Closed pfouque closed 2 months ago

pfouque commented 2 months ago

Attempt to fix #16

An alternative solution would be a catch-all except, similar to what is used in search function

sleepyfran commented 2 months ago

Thanks a lot for the quick fix!