Closed (fixed)
Project:
Video
Version:
master
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Feb 2007 at 10:33 UTC
Updated:
30 Mar 2008 at 11:51 UTC
Jump to comment: Most recent file
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.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | MRSS only patch | 2.55 KB | ekes |
| #2 | Both: MRSS and Enclosures patch combined | 2.57 KB | ekes |
Comments
Comment #1
geodaniel commentedOops, 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?
Comment #2
ekes commentedPatch attached:
The -both patch includes the fix for #234858: RSS enclosure created breaks feed
Comment #3
fax8 commentedgood work. committed to cvs. thanks.
http://drupal.org/cvs?commit=106103
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.