From 5ebcaffbd7ca5ef7859e013e382c009cd89a78cf Mon Sep 17 00:00:00 2001 From: ccd0 Date: Mon, 24 Jun 2019 02:53:10 -0700 Subject: [PATCH] \w includes \d --- src/Linkification/Embedding.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Linkification/Embedding.coffee b/src/Linkification/Embedding.coffee index 1810a6ea3..02549b898 100644 --- a/src/Linkification/Embedding.coffee +++ b/src/Linkification/Embedding.coffee @@ -391,7 +391,7 @@ Embedding = src: "https://www.strawpoll.me/embed_1/#{a.dataset.uid}" , key: 'Streamable' - regExp: /^\w+:\/\/(?:www\.)?streamable\.com\/([\w\d]+)/ + regExp: /^\w+:\/\/(?:www\.)?streamable\.com\/(\w+)/ el: (a) -> el = $.el 'iframe', src: "https://streamable.com/o/#{a.dataset.uid}"