ocelma / python-itunes

A simple python wrapper to access iTunes Store API http://www.apple.com/itunes/affiliates/resources/documentation/itunes-store-web-service-search-api.html
158 stars 67 forks source link

Fix #12: missing `collectionPrice` #13

Closed sampsyo closed 9 years ago

sampsyo commented 9 years ago

Use dict.get() to avoid raising an exception when the data is missing, as suggested by @ocelma.

sampsyo commented 9 years ago

Thanks for merging! :smile: :fish: