\w includes \d
This commit is contained in:
parent
9a27ef7118
commit
5ebcaffbd7
@ -391,7 +391,7 @@ Embedding =
|
|||||||
src: "https://www.strawpoll.me/embed_1/#{a.dataset.uid}"
|
src: "https://www.strawpoll.me/embed_1/#{a.dataset.uid}"
|
||||||
,
|
,
|
||||||
key: 'Streamable'
|
key: 'Streamable'
|
||||||
regExp: /^\w+:\/\/(?:www\.)?streamable\.com\/([\w\d]+)/
|
regExp: /^\w+:\/\/(?:www\.)?streamable\.com\/(\w+)/
|
||||||
el: (a) ->
|
el: (a) ->
|
||||||
el = $.el 'iframe',
|
el = $.el 'iframe',
|
||||||
src: "https://streamable.com/o/#{a.dataset.uid}"
|
src: "https://streamable.com/o/#{a.dataset.uid}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user