I created an importer and specified the mapping from Item URL (link) to my em video CCK filed called "Video".

But after importing a YouTube playlist RSS feed, "video" filed is empty and not populated with Item URL (link)

Thanks,

Comments

minghui.yu’s picture

follow up:

I think it may be an issue with emfield, not feeds

alex_b’s picture

Status: Active » Postponed (maintainer needs more info)

Did you paste the item URL link from the youtube rss feed directly into the emfield textfield? Does it work then?

apmsooner’s picture

I've gotten it to work using enclosures:

1. create your content type with emfield as one of the fields
2. download simplepie.inc and place into libraries folder of feeds module
3. create feed importer, we'll call it videos
4. attach to standalone form, import on submission
5. select http fetcher
6. Parser: select simplepie parser
7. Processor: select node processor
8. Node processor settings: select your content type, choose replace existing nodes
9. Mappings: Title = title, Description=body, Enclosures = [whatever the name of your emfield is], Item GUID = GUID (set as unique target)
10. Go to import, select that feed importer, input the url of the feed and you should get what you need.

Works for me using the latest feeds version beta 9.

minghui.yu’s picture

I think it should be emfield's problem.

Please refer to this thread: http://drupal.org/node/430308

apmsooner’s picture

If you install the latest version on emfield and feeds, my instruction above should work. Thats what I'm using and it works fine.

alex_b’s picture

Status: Postponed (maintainer needs more info) » Closed (duplicate)

#3 is spot on.

According to #4 this issue is a duplicate of:

#430308: No providers - breaking drupal and content