This API provides thumbnails from websites.
<img style="-webkit-user-select: none" src="http://webthumb.bluga.net/easythumb.php?user=00000&url=www.consumerreports.com&hash=sdf9g879d8f7g9sd8fg7s9df&size=medium&cache=30">
The user id and hash value have been redacted, but if they were right, this tag would result in a small thumbnail on your page called easythumb.jpeg
.
Is there any way to grab that thumbnail and store it either in my DB or in AWS?
Or was webthumb carefully designed to prevent such behavior?
Edit:
Tried Nokogiri per the suggestion below, and here is the return. It looks like there's no way to get a jpg out of this. Am I right?