diff --git a/src/Linkification/Embedding.coffee b/src/Linkification/Embedding.coffee index a4f25d254..1810a6ea3 100644 --- a/src/Linkification/Embedding.coffee +++ b/src/Linkification/Embedding.coffee @@ -234,6 +234,14 @@ Embedding = else el.hidden = false el + , + key: 'BitChute' + regExp: /^\w+:\/\/(?:www\.)?bitchute\.com\/video\/([\w\-]+)/ + el: (a) -> + el = $.el 'iframe', + src: "https://www.bitchute.com/embed/#{a.dataset.uid}/" + el.setAttribute "allowfullscreen", "true" + el , key: 'Clyp' regExp: /^\w+:\/\/(?:www\.)?clyp\.it\/(\w{8})/