codeminders / imageshackapi

Automatically exported from code.google.com/p/imageshackapi
0 stars 0 forks source link

(JSON) missing "thumb_html" and "thumb_link" is incorrect #41

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What is the expected output? What do you see instead?
expected "thumb_html":"<a 
href='http://imageshack.us/photo/my-images/XXX/NAME.EXT/' target='_blank'><img 
src='http://imgXXX.imageshack.us/imgXXX/YYYY/NAME.th.EXT' alt='Free Image 
Hosting at www.ImageShack.us' border='0'/></a>'"

and "thumb_link":"http://imgXXX.imageshack.us/imgXXX/YYYY/NAME.th.EXT"

instead i see:
"thumb_link":"<a href='http://imageshack.us/photo/my-images/XXX/NAME.EXT/' 
target='_blank'><img src='http://imgXXX.imageshack.us/imgXXX/YYYY/NAME.th.EXT' 
alt='Free Image Hosting at www.ImageShack.us' border='0'/></a>'"

Original issue reported on code.google.com by victorau...@gmail.com on 30 Jan 2013 at 1:09