diff --git a/src/Linkification/Embedding.coffee b/src/Linkification/Embedding.coffee index 98084a655..9dcc57851 100644 --- a/src/Linkification/Embedding.coffee +++ b/src/Linkification/Embedding.coffee @@ -381,6 +381,15 @@ Embedding = el: (a) -> $.el 'iframe', src: "https://www.strawpoll.me/embed_1/#{a.dataset.uid}" + , + key: 'Streamable' + regExp: /^\w+:\/\/(?:www\.)?streamable\.com\/([\w\d]+)/ + el: (a) -> + $.el 'iframe', + src: "https://streamable.com/o/#{a.dataset.uid}" + title: + api: (uid) -> "https://api.streamable.com/oembed?url=https://streamable.com/#{uid}" + text: (_) -> _.title , key: 'TwitchTV' regExp: /^\w+:\/\/(?:www\.|secure\.)?twitch\.tv\/(\w[^#\&\?]*)/