Getting a certain image from a feed
Hi,
First of all i'm using Simple Pie to get the images from my feed, but the problem is that the images are blurry. (http://netti-tv.net/yle) Is there a way to get a certain image from the feed (http://areena.yle.fi/tv/kaikki.rss)? In my case I would like to get the image ending "160.jpg".
Code what i'm using now is: http://pastebin.com/GCPXrkTQ and the part what is fetching the image is in line 88-89.
PHP Code:
$enclosure = $item->get_enclosure();
$i['kuva'] = $enclosure->get_thumbnail();
Hopefully somebody can help! I would really appreciate it. :)