|
|
|
Currently feed2post, gets the text and copies it to your server. However images, are still in the original server.
Displaying a feed from your server with images in a different server it is not always the best. It is slower to get them, they may change the location of the images, plus they may not like it because you are spending their bandwith for other servers.
I would like the possibility of importing images from the feed to provide a better experience to my visitors. Simply locating src=\"$image_url\" in the feed, doing curl $image_url and putting the images locally would be enough. Then it would have to replace the the old url with the new, but that shouldn\'t be a problem.
Thanks! |
IP Logged
|