-1

Im newbie. What Feed Aggregator available in Rails which can grab one image (largest image) from the source URL?

Renpol
  • 1

1 Answers1

0

You could:

  • parse the feed with SimpleRSS
  • get the picture's url
  • store the image with the method described here (using paperclip):

Save image from URL by paperclip

Community
  • 1
  • 1
apneadiving
  • 114,565
  • 26
  • 219
  • 213