Active
Project:
Feeds Image Grabber
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
5 May 2017 at 17:08 UTC
Updated:
30 Apr 2025 at 17:32 UTC
Jump to comment: Most recent
Any plans to devel a drupal 8 version? If not, there are any alternative to this module on D8?
Comments
Comment #2
Tourista commentedD8 port would me appreciated !
Comment #3
rooby commentedI think it would be best to get the D7 version working properly first.
Primarily that would be this issue: #2244833: Image Grabber doesn't work with latest version of Feeds
Comment #4
rooby commentedComment #5
rooby commentedComment #6
cosolom commentedI can suggest using a custom tamper plugin for this (for converting url to image fid)
Comment #7
hansrossel commentedGreat! Thanks for the code example of the tamper plugin. As long as feeds for D8 does not do this out of the box, tampering seems indeed the way to go.
I have tested it but get "The specified plugin is invalid" when I activate it. Does it need some code in tamper.schema.yml?
I'm also thinking this proposal for this conversion should maybe be in the main feeds or tamper issue queue to get more visibility.
Comment #8
hansrossel commentedWith the patch in this issue for Feeds you can just use remote absolute urls of your images and files in your csv and get them imported into file-ID.
Comment #9
cosolom commentedThis is just an example. You need to modify it according to your requirements (create a module, replace YOU_MODULE_NAME with the name of your module, put the file in the /src/Plugin/Tamper directory, ...) Also this code creates duplicate files if you run feed for the second time.
Thanks for the link to the feed's patch. Native solution is always better.
Comment #10
jidrone commentedHi everyone,
I have been working in a module able to create a media element from the href attributes, it provides a Drupal Action and a feed tamper.
I think it is still on beta, but you can start trying the dev release on https://www.drupal.org/project/html_processors.
Comment #11
bogdog400 commented@jidrone -- Thanks for working on a new module and posting here.
Comment #12
webengr commentedrecommendation for a Drupal 11 replacement to feeds image grabber ?