Vimeo parser for the Feeds module.

This module adds a new Feeds parser to parse Vimeo XML feeds, using this feed as an example of the format.

Supported data includes:

  • Video ID
  • Title
  • Description
  • Video URL
  • Published datetime/timestamp
  • Thumbnail (large)
  • Author (name/url)
  • Tags
  • Embed privacy

This module uses SimpleXML to parse Vimeo feeds and does not require additional libraries. Most of the code was borrowed from Feeds: Youtube and Feeds: FFFFound. To use Vimeo's advanced API, try this sandbox project.

Project information

Releases