gregjacobs / Autolinker.js

Utility to Automatically Link URLs, Email Addresses, Phone Numbers, Twitter handles, and Hashtags in a given block of text/HTML
MIT License
1.48k stars 238 forks source link

Add support for YouTube hashtags #397

Open ChunkyProgrammer opened 1 year ago

ChunkyProgrammer commented 1 year ago

The base url for a youtube hashtag is:

https://www.youtube.com/hashtag/

Example hashtag "minecraft" https://www.youtube.com/hashtag/minecraft

gregjacobs commented 1 year ago

Hey, thanks for the info, and this would be a good addition. Unfortunately I don't know when I can get to this at this moment, but PRs definitely welcome!