tilboerner / laserchicken

RSS reader web application built on Rails
MIT License
20 stars 3 forks source link

Spaces at the end and the beginning of feed URLS #10

Open devsnd opened 11 years ago

devsnd commented 11 years ago

When there are spaces at the end or the beginning of feed URLS, those are not recognized correctly.

Not a valid feed: http://imrannazar.com/rss.xml

The URLs should be trimmed, stripped or whatever it is called in ruby.