dentarg / hubot-url-title

:crocodile: Returns the title when a link is posted
https://www.npmjs.com/package/hubot-url-title
4 stars 11 forks source link

Improve URL matching #4

Open dentarg opened 9 years ago

dentarg commented 9 years ago

Pretty sure, right now http://www.example.com, is matched, but only http://www.example.com should be matched.

Maybe using getUrl() from Autolinker.js could solve this.