diff --git a/plugins/domains/google.com/google.calendar.js b/plugins/domains/google.com/google.calendar.js index 5ec736c4d..8f56f0ee2 100644 --- a/plugins/domains/google.com/google.calendar.js +++ b/plugins/domains/google.com/google.calendar.js @@ -1,7 +1,7 @@ export default { re: [ - /^https?:\/\/(?:www|calendar)\.google\.com\/calendar\/(?:u\/\d+\/)?embed\/?\?(?:.+)$/i + /^https?:\/\/(?:www|calendar)\.google\.com\/calendar\/(?:u\/\d+\/)?(?:new)?embed\/?\?(?:.+)$/i ], mixins: ['*'], @@ -18,7 +18,12 @@ export default { tests: [{ noFeeds: true }, - 'https://calendar.google.com/calendar/embed?ctz=America/Toronto&src=92600p5mb857b0t0jq0f6l8vpg%40group.calendar.google.com', - 'https://calendar.google.com/calendar/u/0/embed?ctz=America/Toronto&src=92600p5mb857b0t0jq0f6l8vpg%40group.calendar.google.com' + "https://calendar.google.com/calendar/embed?ctz=America/Toronto&src=92600p5mb857b0t0jq0f6l8vpg%40group.calendar.google.com", + "https://calendar.google.com/calendar/embed?src=studio.prolight@gmail.com&ctz=Europe/Moscow", + "https://calendar.google.com/calendar/u/0/embed?ctz=America/Toronto&src=92600p5mb857b0t0jq0f6l8vpg%40group.calendar.google.com", + "https://calendar.google.com/calendar/u/0/embed?src=en.dutch%23holiday@group.v.calendar.google.com&ctz=Europe/Amsterdam", + + "https://calendar.google.com/calendar/newembed?ctz=America/Toronto&src=92600p5mb857b0t0jq0f6l8vpg%40group.calendar.google.com", + "https://calendar.google.com/calendar/u/0/newembed?ctz=America/Toronto&src=92600p5mb857b0t0jq0f6l8vpg@group.calendar.google.com" ] }; \ No newline at end of file diff --git a/plugins/domains/twitch.tv/twitch-live-fallback.js b/plugins/domains/twitch.tv/twitch-live-fallback.js index 439c2f901..388d3cb6d 100644 --- a/plugins/domains/twitch.tv/twitch-live-fallback.js +++ b/plugins/domains/twitch.tv/twitch-live-fallback.js @@ -41,6 +41,6 @@ export default { }, "https://www.twitch.tv/ninja?parent=localhost", "https://www.twitch.tv/videos/520219960?parent=localhost", - "https://www.twitch.tv/videos/2686933296?parent=localhost" + "https://www.twitch.tv/videos/518899202?parent=localhost" ] }; \ No newline at end of file diff --git a/plugins/domains/twitch.tv/twitch.tv.js b/plugins/domains/twitch.tv/twitch.tv.js index b39fd616a..5bbe7e6f1 100644 --- a/plugins/domains/twitch.tv/twitch.tv.js +++ b/plugins/domains/twitch.tv/twitch.tv.js @@ -92,7 +92,7 @@ export default { skipMethods: ['getMeta'] }, "https://www.twitch.tv/videos/2687468093?parent=localhost", - "https://www.twitch.tv/videos/2687577687?parent=localhost", - "https://www.twitch.tv/videos/2686634881?parent=localhost" + "https://www.twitch.tv/videos/2744543090?parent=localhost", + "https://www.twitch.tv/videos/2743884407?parent=localhost" ] }; \ No newline at end of file diff --git a/plugins/links/hosted/23video-hosted.js b/plugins/links/hosted/23video-hosted.js index bd9c9228c..bfbf353cc 100644 --- a/plugins/links/hosted/23video-hosted.js +++ b/plugins/links/hosted/23video-hosted.js @@ -18,11 +18,8 @@ export default { tests: [ "https://video.itu.dk/live/13796543", - "https://video.ku.dk/visual-social-media-lab-farida-vis-anne", - "https://video.twentythree.net/intro-to-twentythrees-player-builder", - "https://www.fftv.no/skipatruljen-s3e3-voss-resort", - "https://videos.23video.com/novo-nordisk", + "https://video.ku.dk/video/11827941/visual-social-media-lab-farida-vis-anne", "https://video.nextconf.eu/video/1880845/data-without-limits", - // "http://videos.theconference.se/paul-adams-solving-real-world-problems", 503 + "https://www.fftv.no/skipatruljen-s3e3-voss-resort", ] }; \ No newline at end of file