coffeebank / coffee-maubot

Matrix bot plugins for Maubot 🍢 Add link previews, choose, and other tools to your Matrix chat ☕
https://coffeebank.github.io/coffee-maubot
11 stars 5 forks source link

urlpreview: Error in urlpreview regexp #9

Closed ajkessel closed 1 year ago

ajkessel commented 1 year ago

The urlpreview regexp is grabbing the closing parenthesis in markdown syntax and thus failing when attempting to preview. If the user posts a URL in the form of text

[text](https://link.com)

The closing parenthesis after .com gets pulled in and the preview fails.

ajkessel commented 1 year ago

Thanks for fixing this so quickly. Is it necessary to limit URLs to https? In my copy, I added a ? after s in the regexp.