fetch images and videos

The problem with this is that each sites content is formated differently. If there was only one site you were wanting to pull from you maybe able to use curl() and then sort though the content.

A better idea may be to grab content from the sites RSS feed and sort though and grab what you need.

You could probably write a quick plugin that would either grab the feedurl of the site and display images or you enter the feed url and it displays content.

This is also just a friendly reminder about copyright and being mindful of the content you’re pulling 😉