bug: tidal regex

This commit is contained in:
Kieran 2023-01-21 10:49:00 +00:00
parent 34762d7039
commit e79416bec3
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -88,4 +88,4 @@ export const HashtagRegex = /(#[^\s!@#$%^&*()=+.\/,\[{\]};:'"?><]+)/;
/** /**
* Tidal share link regex * Tidal share link regex
*/ */
export const TidalRegex = /tidal\.com\/browse\/(\w+)\/([a-z0-9-]+)/i; export const TidalRegex = /tidal\.com\/(?:browse\/)?(\w+)\/([a-z0-9-]+)/i;