Looking for it for a few hours, I found a solution that works, but I think this may not be the easiest way.
Solution: Download the page URL to a temporary file on the device. Read the temporary file and try to find some regular expressions describing the thumb of this page. Download the thumb with the link found earlier and delete the temporary file.
The samples I'm looking for are as follows:
<meta property="og:image" content="http://link_for_the_thumb" /> <meta content="http://link_for_the_thumb" itemprop="image"> <link rel="image_src" href="http://link_for_the_thumb">
I think there is a much better way to do this, but that's exactly how I found it. Waiting for ideas.
thanks
source share