🚸 Enable OneDrive video url parsing
This commit is contained in:
@ -42,6 +42,8 @@ export const tiktokRegex = /tiktok\.com\/@[\w-]+\/video\/(\d+)/
|
||||
const gumletBaseUrl = 'https://play.gumlet.io/embed'
|
||||
export const gumletRegex = /gumlet\.com\/watch\/(\w+)/
|
||||
|
||||
export const oneDriveRegex = /https:\/\/onedrive.live.com\/embed\?[^"]+/
|
||||
|
||||
export const embedBaseUrls = {
|
||||
[VideoBubbleContentType.VIMEO]: vimeoBaseUrl,
|
||||
[VideoBubbleContentType.YOUTUBE]: youtubeBaseUrl,
|
||||
|
Reference in New Issue
Block a user