For example, if my query is "ahi tuna", I will get urls like this: http://s3.amazonaws.com/foodspotting-ec2/reviews/1881762/thumb_600.jpg%253F1339438780 However, it is not a valid url, instead the correct one is http://s3.amazonaws.com/foodspotting-ec2/reviews/1881762/thumb_600.jpg This is actually very common, for example, the query "abalone" will return examples like: https://californiaoutdoors.files.wordpress.com/2014/10/measuring-abalone1.jpg%253Fw%253D500 http://www.gourmetsleuth.com/images/default-source/dictionary/abalone.jpg%253Fsfvrsn%253D4 Will you fix this?
For example, if my query is "ahi tuna", I will get urls like this:
http://s3.amazonaws.com/foodspotting-ec2/reviews/1881762/thumb_600.jpg%253F1339438780
However, it is not a valid url, instead the correct one is
http://s3.amazonaws.com/foodspotting-ec2/reviews/1881762/thumb_600.jpg
This is actually very common, for example, the query "abalone" will return examples like:
https://californiaoutdoors.files.wordpress.com/2014/10/measuring-abalone1.jpg%253Fw%253D500
http://www.gourmetsleuth.com/images/default-source/dictionary/abalone.jpg%253Fsfvrsn%253D4
Will you fix this?