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,
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
Comment #1
minghui.yu commentedfollow up:
I think it may be an issue with emfield, not feeds
Comment #2
alex_b commentedDid you paste the item URL link from the youtube rss feed directly into the emfield textfield? Does it work then?
Comment #3
apmsooner commentedI'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.
Comment #4
minghui.yu commentedI think it should be emfield's problem.
Please refer to this thread: http://drupal.org/node/430308
Comment #5
apmsooner commentedIf you install the latest version on emfield and feeds, my instruction above should work. Thats what I'm using and it works fine.
Comment #6
alex_b commented#3 is spot on.
According to #4 this issue is a duplicate of:
#430308: No providers - breaking drupal and content