Merge pull request 'Add profiles to non-matching wavlake urls' (#561) from rheedio/snort:fix-wavlake-profiles into main
This commit is contained in:
commit
bbb38515f5
@ -178,7 +178,7 @@ export const MagnetRegex = /(magnet:[\S]+)/i;
|
||||
* Wavlake embed regex
|
||||
*/
|
||||
export const WavlakeRegex =
|
||||
/https?:\/\/(?:player\.|www\.)?wavlake\.com\/(?!top|new|artists|account|activity|login|preferences|feed)(?:(?:track|album)\/[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}|[a-z-]+)/i;
|
||||
/https?:\/\/(?:player\.|www\.)?wavlake\.com\/(?!top|new|artists|account|activity|login|preferences|feed|profile)(?:(?:track|album)\/[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}|[a-z-]+)/i;
|
||||
|
||||
/*
|
||||
* Regex to match any base64 string
|
||||
|
Loading…
x
Reference in New Issue
Block a user