From 338ecd8b175c20c3cca6f8d9164398019c45a305 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Thu, 14 May 2020 11:15:44 +0200 Subject: [PATCH] Less strict Vimeo domain detection because it keeps changing --- tests/VideoTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/VideoTest.php b/tests/VideoTest.php index d725c34..e6d4552 100644 --- a/tests/VideoTest.php +++ b/tests/VideoTest.php @@ -149,7 +149,7 @@ class VideoTest extends BaseTest 'https://vimeo.com/24195442', 'http-720p', 'Carving_the_Mountains-24195442', 'mp4', - 'gcs-vimeo.akamaized.net', + 'akamaized.net', ] ]; }