Closed (won't fix)
Project:
Remote File
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Minor
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
17 Feb 2009 at 07:59 UTC
Updated:
13 May 2010 at 12:28 UTC
Is there a way to automatically import remote images from RSS feeds?
Comments
Comment #1
malukalu commentedYes, im currently do this using remote_field , feedapi and feedmapper.
Basically if you setup the cck fields for remote_field on your feednode and map the enclosure image link to your remote_link cck field it should do the trick!
Comment #2
nedim.hadzimahmutovic commentedTnx malukalu for your reply. My problem is specific. The images cannot be mapped because they are part of the content - they are included in the news with
tags.
Module that can handle this is http://drupal.org/project/get_image and in my case works great, but I would like to map
images to cck, this would solve my problems.
Comment #3
malukalu commentedAhh gotcha. To get what you want would probably be some combination of remote_file's capability with filefield and get_image ( cool module btw). What im doing for that problem is using Yahoo Pipes to extract the embedded image in the description of a feed item and create an image enclosure with a link to the image ( using regex ). Works pretty well actually and you can get yahoo pipes to do just about anything as far as manipulating the content... of course ur then dependent on a 3rd party app that could decide to charge one day....
Comment #4
nedim.hadzimahmutovic commentedTnx malukalu , you rule!
Comment #5
clemens.tolboomCould you write some docs about this mapper in relation to remote_file. I still do not use this scenario.
Comment #6
clemens.tolboomGuess that's a no ;)
Comment #7
iam_himanshu commentedSubscribing..
Comment #8
klonos