adds mixcloud

This commit is contained in:
Ivan
2023-01-24 19:01:16 -06:00
parent 446be363f6
commit 30533076be
3 changed files with 38 additions and 1 deletions

View File

@ -95,3 +95,9 @@ export const TidalRegex = /tidal\.com\/(?:browse\/)?(\w+)\/([a-z0-9-]+)/i;
*/
export const SoundCloudRegex = /soundcloud\.com\/(?!live)([a-zA-Z0-9]+)\/([a-zA-Z0-9-]+)/
/**
* Mixcloud regex
*/
export const MixCloudRegex = /mixcloud\.com\/(?!live)([a-zA-Z0-9]+)\/([a-zA-Z0-9-]+)/