From e8722d4da54b95a01c8128190501740aa285fc5b Mon Sep 17 00:00:00 2001 From: Ivan Paramonau Date: Thu, 17 Oct 2024 09:39:30 -0400 Subject: [PATCH] config: add rudo.video to known video sources --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index 5388405d3..324fddec0 100644 --- a/config.js +++ b/config.js @@ -348,7 +348,7 @@ "iframely" ], - KNOWN_VIDEO_SOURCES: /(youtube|youtu|youtube\-nocookie|vimeo|dailymotion|theplatform|jwplatform|jwplayer|cnevids|newsinc|podbean|simplecast|libsyn|wistia|podiant|art19|kaltura|mtvnservices|brightcove|bcove|soundcloud|giphy|viddler|flowplayer|vidible|bandzoogle|podigee|smugmug|facebook|vid|ultimedia|mixcloud|vidyard|youplay|streamable|captivate|mdstrm|mediadelivery|hearstapps)\.\w+\//i, + KNOWN_VIDEO_SOURCES: /(youtube|youtu|youtube\-nocookie|vimeo|dailymotion|theplatform|jwplatform|jwplayer|cnevids|newsinc|podbean|simplecast|libsyn|wistia|podiant|art19|kaltura|mtvnservices|brightcove|bcove|soundcloud|giphy|viddler|flowplayer|vidible|bandzoogle|podigee|smugmug|facebook|vid|ultimedia|mixcloud|vidyard|youplay|streamable|captivate|mdstrm|mediadelivery|hearstapps|rudo)\.\w+\//i, OEMBED_RELS_PRIORITY: ["app", "player", "survey", "image", "reader"], OEMBED_RELS_MEDIA_PRIORITY: ["player", "survey", "image", "reader", "app"],