diff --git a/src/Const.ts b/src/Const.ts index 1464459c..26103cbb 100644 --- a/src/Const.ts +++ b/src/Const.ts @@ -88,4 +88,4 @@ export const HashtagRegex = /(#[^\s!@#$%^&*()=+.\/,\[{\]};:'"?><]+)/; /** * Tidal share link regex */ -export const TidalRegex = /tidal\.com\/browse\/(\w+)\/([a-z0-9-]+)/i; \ No newline at end of file +export const TidalRegex = /tidal\.com\/(?:browse\/)?(\w+)\/([a-z0-9-]+)/i; \ No newline at end of file