itsahsiao / breadcrumbs

A full-stack Flask web app that lets foodies search restaurants, track their eating history, while also connecting with friends
28 stars 10 forks source link

Yelp images for restaurants are small #25

Open itsahsiao opened 8 years ago

itsahsiao commented 8 years ago

Images from Yelp are very small and low quality.

Per solution on Stack Overflow (http://stackoverflow.com/questions/22000077/how-to-request-larger-images-from-yelp-api), url needs to be replaced to get original image or large image.

Look into updating database with the original or large images. Will need to write a function that replaces anything after the last slash with "o.jpg".