aureliendavid / rsspreview

WebExtension to preview RSS feeds in the browser
MIT License
99 stars 6 forks source link

Support handle URLs for YouTube detection #76

Closed jonafato closed 1 year ago

jonafato commented 1 year ago

YouTube recently added support for handles and has updated some links in the UI to default to these formats. The existing logic works without modification once a new regex for matching against handle URLs is added.

Fixes #75.