We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63fccfd commit 4f9fa0dCopy full SHA for 4f9fa0d
index.html
@@ -98,7 +98,7 @@ <h2>Analysis Result:</h2>
98
YouTubePlaylist: /(https?:\/\/)?((?:www|m)\.)?youtu(\.be|be\.com)\/?.*?list=([0-9A-Za-z_-]+)/i,
99
YouTubeUser: /(https?:\/\/)?((?:www|m)\.)?youtu(\.be|be\.com)\/?.*@([^\/?#=]+).*/i,
100
VimeoVideo: /(https?:\/\/)?(\w+\.)?vimeo.com\/(\d+)/i,
101
- SpotifyContent: /(?:https?:\/\/)?(?:open\.)?spotify(?:\.com)?[:\/](album|artist|episode|playlist|show|track)[:\/]([^ \/?&#=]+)([\/\?\S+])?/i,
+ SpotifyContent: /(?:https?:\/\/)?(?:\w+\.)?spotify.com\/.*(track|episode|playlist|album|artist|show)\/([^\/?#=]+)\S*/i,
102
SpotifyUri: /spotify:(album|artist|episode|playlist|show|track):([^ \/?&#=]+)/i
103
};
104
0 commit comments