Would be useful to prevent FIG grabbing images of sites we don't want it to (for example, if we only wanted it to grab images hosted by our own sites).

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mcboof’s picture

I've been having problems along these lines, mainly with small images (gravatar images, RSS logos, twitter avatars, etc). I've fixed my problems by introducing a minimum image size as it is normally very small (sub 15K images) that I don't want as they're normally pretty useless anyway.

I haven't made it a setting on the feed yet as this requires a database change. Patch attached.

rooby’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

@lightsurge:

I would use the feeds tamper module for that.
You should be able to tamper out URLs you don't want to use.
If the tamper way doesn't work out please feel free to reopen this as a D7 issue.

@mcboof:
That patch doesn't seem related to this issue (unless it is a suggestion that this issue may be solved in a similar way).
If you want that min size feature please open a new D7 issue.