Feeds: Vimeo parser

Component ID

1337148

Component name

Feeds: Vimeo parser

Component type

module

Maintenance status

Development status

Component security advisory coverage

covered

Downloads

2564

Component created

Component changed

Component body

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.