VocaDB / community

https://vocadb.net
0 stars 0 forks source link

Link helper Update #181

Closed acreep closed 1 year ago

acreep commented 1 year ago

Hello, first time helping! Nothing big, it's just that YouTube updated his default link for user channels recently. Thinking about it, that's the occasion to update the Official links helper. Therefore, I suggest adding those following lines to https://github.com/VocaDB/vocadb/tree/679259589a5d93aa2cb587e83bc32c5ab6dbc566/VocaDbModel/Service/Helpers/WebLinkCategoryHelper.cs :

new StringMatcher("youtube.com/@") new StringMatcher("instagram.com/)") new StringMatcher("deviantart.com/") new StringMatcher("tiktok.com/@") new StringMatcher("twitch.tv/")

Those are the ones that I stumble upon often, that aren't added yet to the index. What do you think of it?

github-actions[bot] commented 1 year ago

This issue is stale because it has been open 7 days with no activity. Remove stale label or comment or this will be closed in 7 days.