Im newbie. What Feed Aggregator available in Rails which can grab one image (largest image) from the source URL?
            Asked
            
        
        
            Active
            
        
            Viewed 335 times
        
    -1
            
            
        - 
                    Sorry but I don't understand your question – apneadiving Jan 23 '11 at 02:20
- 
                    means it import one image from the source URL and store it in our server.. so that we can use that image as thumbnail along with our aggregated contents – Renpol Jan 23 '11 at 03:02
1 Answers
0
            
            
        You could:
- parse the feed with SimpleRSS
- get the picture's url
- store the image with the method described here (using paperclip):
 
    
    
        Community
        
- 1
- 1
 
    
    
        apneadiving
        
- 114,565
- 26
- 219
- 213
