This is a parser plugin for Feeds that uses the SimpleHTMLDOM library to extract elements from HTML documents. It can be used to building screen scraping functionality with Feeds, and for automatically importing items from websites that do not support RSS.
Installation
Download the module and extract into your sites module folder. You will also need the Feeds module, and it's dependencies. Enable the module.
Create a new Feed importer. You probably want to use the HTTP fetcher to download the web page. Change the feed configuration to use SimpleHTMLDOM as the parser, then configure the extractions you wish to make from the page (see docs). You then probably want to use the Node Mapper to map these items onto nodes/fields.
Documentation
Full documentation doesn't exist yet, but there's a usage example on my website.
You can read more about the syntax used in the configuration on the SimpleHTMLDOM website.
Notes
These notes are compiled from support requests as they may be of use to you when configuring parsers: