heycarsten / lcbo-api

A crawler and API server for Liquor Control Board of Ontario retail data
https://lcboapi.com
GNU General Public License v3.0
189 stars 45 forks source link

Images url not working #26

Open ghost opened 5 years ago

ghost commented 5 years ago

Product images urls are not working. (https://dx5vpyka4lqst.cloudfront.net/products/438457/images/thumb.png) Error : dx5vpyka4lqst.cloudfront.net’s server IP address could not be found.

craftdelivery commented 5 years ago

you will need to rewire this feature yourself.

look at lib/image_cacher.rb

You will have to modify the code quite a bit and do some setup on AWS

ghost commented 5 years ago

Okay, Thank you. However, from where I will get all the images?

craftdelivery commented 5 years ago

Goto lcbo.com and right click inspect element on an image. Copy the url and use it as a template. Just change the id for each product you want

ghost commented 5 years ago

Okay thanks