File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ export const MATCH_URL_STREAMABLE = /streamable\.com\/([a-z0-9]+)$/
99export const MATCH_URL_WISTIA = / (?: w i s t i a \. (?: c o m | n e t ) | w i \. s t ) \/ (?: m e d i a s | e m b e d ) \/ (?: i f r a m e \/ ) ? ( .* ) $ /
1010export const MATCH_URL_TWITCH_VIDEO = / (?: w w w \. | g o \. ) ? t w i t c h \. t v \/ v i d e o s \/ ( \d + ) ( $ | \? ) /
1111export const MATCH_URL_TWITCH_CHANNEL = / (?: w w w \. | g o \. ) ? t w i t c h \. t v \/ ( [ a - z A - Z 0 - 9 _ ] + ) ( $ | \? ) /
12- export const MATCH_URL_DAILYMOTION = / ^ (?: (?: h t t p s ? ) : ) ? (?: \/ \/ ) ? (?: w w w \. ) ? (?: (?: d a i l y m o t i o n \. c o m (?: \/ e m b e d ) ? \/ v i d e o ) | d a i \. l y ) \/ ( [ a - z A - Z 0 - 9 ] + ) (?: _ [ \w _ - ] + ) ? $ /
12+ export const MATCH_URL_DAILYMOTION = / ^ (?: (?: h t t p s ? ) : ) ? (?: \/ \/ ) ? (?: w w w \. ) ? (?: (?: d a i l y m o t i o n \. c o m (?: \/ e m b e d ) ? \/ v i d e o ) | d a i \. l y ) \/ ( [ a - z A - Z 0 - 9 ] + ) (?: _ [ \w _ - ] + ) ? (?: [ \w . # _ - ] + ) ? /
1313export const MATCH_URL_MIXCLOUD = / m i x c l o u d \. c o m \/ ( [ ^ / ] + \/ [ ^ / ] + ) /
1414export const MATCH_URL_VIDYARD = / v i d y a r d .c o m \/ (?: w a t c h \/ ) ? ( [ a - z A - Z 0 - 9 - _ ] + ) /
1515export const MATCH_URL_KALTURA = / ^ h t t p s ? : \/ \/ [ a - z A - Z ] + \. k a l t u r a .( c o m | o r g ) \/ p \/ ( [ 0 - 9 ] + ) \/ s p \/ ( [ 0 - 9 ] + ) 0 0 \/ e m b e d I f r a m e J s \/ u i c o n f _ i d \/ ( [ 0 - 9 ] + ) \/ p a r t n e r _ i d \/ ( [ 0 - 9 ] + ) ( .* ) e n t r y _ i d .( [ a - z A - Z 0 - 9 - _ ] .* ) $ /
You can’t perform that action at this time.
0 commit comments