Strip whitespace in URLs before parsing
veganstraightedge opened this issue · 0 comments
veganstraightedge commented
See: microformats/microformats-parser-website-ruby#6
I fixed it in the site by .strip
ping the params[:url]
before parsing. But it feels like that should be in the parser itself.