Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

media:content tag not handled correctly #50

Closed
dmcgowan opened this issue Jan 4, 2010 · 1 comment
Closed

media:content tag not handled correctly #50

dmcgowan opened this issue Jan 4, 2010 · 1 comment

Comments

@dmcgowan
Copy link

dmcgowan commented Jan 4, 2010

Currently standalone media:content tags are only parsed if the url attrib isset. A condition should be added which checks if there is a media:player if the url is not set as specified by http://video.search.yahoo.com/mrss "url should specify the direct url to the media object. If not included, a media:player element must be specified".

I ran into this problem parsing http://www.slideshare.net/rss/user/plaxoderek1.

In 1.3 branch conditional statement is on line 4808 and in 1.2 on 5058. Change also requires putting assignment of $url variable within an if statement.

@rmccue
Copy link
Contributor

rmccue commented Feb 18, 2010

This was fixed in 9c8c7a4

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants