This project is not covered by Drupal’s security advisory policy.

SCREENCAST: Importing Media Directly with Crazy Sideburns

While modules like Feeds: Youtube and Feeds: Vimeo extend Feeds parser to support feed elements defined by those specific providers, these are often a variation on the Media RSS standard where the provider has defined additional elements in their own namespace. This module defines all of the fields available spec and will eventually support parsing each element into a field friendly value. You can use this parser to pull values for YouTube, Viemo, Blip.tv, Archive.org, PEG.tv, etc, but you will be limited to mapping the field defined in the Media RSS standard.

While ALL Media RSS source elements are listed when mapping, you can ONLY use elements that are listed as working AND are available in a target feed that adheres to the Media RSS standard. If you would like to see one of the NOT WORKING elements supported, submit a patch. The structure for to each element is in the module. Anyone with basic PHP skills should be able add support for any element using an existing element as an example.

media:content - WORKING
media:adult- NOT WORKING
media:rating- NOT WORKING
media:title - WORKING (added by @ckng)
media:description- WORKING (added by @ckng)
media:keywords (csv)- WORKING (added by @ckng)
media:thumbnail (url) - WORKING
media:categories (csv)- WORKING (added by @ckng)
media:hash- NOT WORKING
media:player (url) - WORKING
media:credit- NOT WORKING
media:copyright- NOT WORKING
media:text - NOT WORKING
media:restriction- NOT WORKING
media:community - NOT WORKING
media:comments (csv) - NOT WORKING
media:embed:html- NOT WORKING
media:responses (csv) - NOT WORKING
media:backlinks (csv) - NOT WORKING
media:status- NOT WORKING
media:price - NOT WORKING
media:license - NOT WORKING (As of 6-1-2013, work is being done to make this work with Creative Commons)
media:subtitle (url) - NOT WORKING
media:peerlink (url)- NOT WORKING
media:rights (csv) - NOT WORKING
media:scenes (csv)- NOT WORKING

Related Modules:
Feeds: YouTube parser
Feeds: Vimeo parser
Feeds: Cloudcast (included as sub-module of media_cloudcast)
Views RSS: Media (MRSS) Elements

Project information

Releases