I'm not completely sure that this is the correct module to submit this bug, so please direct me elsewhere if that is the case.

I am importing video feeds from YouTube, Vimeo & Blip.tv. I am using the following modules: feeds, emfield, emvideo, media_youtube, media_vimeo & media_bliptv. I have been successful in setting up multiple YouTube & Vimeo feeds.

However, the Blip.tv feed does not have its items imported into nodes correctly. The parser seems to be reading in the incorrect fields. Take this example feed: http://blip.tv/fishing/rss

In each Item, there are two description fields: description & blip.puredescription. You would think that description is what is wanted, but it also contains the flash embed code for the video. I *only* want the textual description. So both the embed code & the textual description get stuffed into the node's body.

Also, there are other xml elements not getting imported as well. In my resulting node, a handful of the field_video properties are empty:
$node->field_video[0]['view']
$node->field_video[0]['duration']
$node->field_video[0]['data']['thumbnail']['url']

Thanks in advance!

Comments

rrrob’s picture

Project: Embedded Media Field » Media: BlipTV
Version: 6.x-2.5 » 6.x-1.x-dev
Component: Embedded Video Field » Code