Media RSS support for Video module
geodaniel - February 16, 2007 - 10:33
| Project: | Video |
| Version: | HEAD |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Description
I was just looking through the RSS feeds produced by Video module and noticed that it did not appear to support the widely used Media RSS standard properly. It supports the <enclosure> tag but then duplicates that for a <media> tag which is not correct as far as I'm aware.
To support MRSS, we need to add the namespace for it (xmlns:media="http://search.yahoo.com/mrss") and use the tags (e.g., media:content) as specified in the specs above.

#1
Oops, that should be xmlns:media="http://search.yahoo.com/mrss/" - I'd copied the one from YouTube but it looks like they're not following the spec. Argh, how many other big sites aren't following the specs for extending their RSS?
#2
Patch attached:
The -both patch includes the fix for #234858: RSS enclosure created breaks feed
#3
good work. committed to cvs. thanks.
http://drupal.org/cvs?commit=106103
#4
Automatically closed -- issue fixed for two weeks with no activity.