From fdb76f59f08aaadc23b77856499c836e692a2ff0 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sat, 15 Jul 2017 02:27:54 -0700 Subject: [PATCH] Update openings.moe embedding. --- src/Linkification/Embedding.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Linkification/Embedding.coffee b/src/Linkification/Embedding.coffee index 4b927a70a..b4ce9e5a2 100644 --- a/src/Linkification/Embedding.coffee +++ b/src/Linkification/Embedding.coffee @@ -354,13 +354,13 @@ Embedding = el , key: 'Openings.moe' - regExp: /^\w+:\/\/openings.moe\/\?video=([^&=]+\.webm)/ + regExp: /^\w+:\/\/openings.moe\/\?video=([^.&=]+)/ style: 'max-width: 80vw; max-height: 80vh;' el: (a) -> $.el 'video', controls: true preload: 'auto' - src: "//openings.moe/video/#{a.dataset.uid}" + src: "//openings.moe/video/#{a.dataset.uid}.webm" loop: true , key: 'Pastebin'