corincerami / mars-photo-api

A Rails API for photo data from NASA's Mars Rovers
https://api.nasa.gov/#MarsPhotos
GNU General Public License v3.0
352 stars 48 forks source link

Raise exception if camera not found during scrape #20

Closed corincerami closed 8 years ago

corincerami commented 8 years ago

Because of the irregular formatting of NAV_CAM photo urls, photos were being created with a nil camera. This is now being caught during the scraping process.