VocaDB/community

Link helper Update

Closed this issue · 1 comments

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?

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.