i got an error everytime i try to grab this feed:
http://gdata.youtube.com/feeds/api/users/navarisun/uploads

the error is:
Serialization of 'SimpleXMLElement' is not allowed

Comments

hypertext200’s picture

Issue summary: View changes

The issue was the duration_raw XML element get the raw SimpleXMLElement instead of the value. You need to patch the module, and walk through the correct XML element to get the raw duration value. But just commenting it out will make the magic happen too. Thanks.