Has anyone created a filter that parses html for let's say links to
images only already? Or are there any examples on the web of similar
filters (if so, where?).
What I am trying to achieve is create a filter/module that will gather
all the links to images from html pages before they are served to the
client and send them off to memory cache, sort of pre-load them, in case
the client decides to follow one of those links.
Has anything similar been done already, or any starting points in terms
of code you guys could give me?
- html parsing filter Miso G.
-