From 667dc40d61ec0aa94426a6b5fc9ba713f1243b93 Mon Sep 17 00:00:00 2001 From: mscherer Date: Wed, 8 May 2019 02:36:52 +0200 Subject: [PATCH] Fix screencast to use https. --- src/Data/stubs.php | 10 +++++----- tests/MediaEmbedTest.php | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/Data/stubs.php b/src/Data/stubs.php index 0302994..f47f832 100644 --- a/src/Data/stubs.php +++ b/src/Data/stubs.php @@ -1039,13 +1039,13 @@ ], [ 'name' => 'Screencast', - 'website' => 'http://www.screencast.com', - 'url-match' => 'http://(?:www\.)?screencast\.com/t/([0-9a-zA-Z]+)', - 'fetch-match' => 'http://www\.screencast\.com/users/CamtasiaTraining/folders/Camtasia/media/([a-z0-9-]+)/embed', - 'embed-src' => 'http://content.screencast.com/users/CamtasiaTraining/folders/Camtasia/media/1d44810a-01f4-4c60-a862-6d114bed50c7/tscplayer.swf', + 'website' => 'https://www.screencast.com', + 'url-match' => 'https://(?:www\.)?screencast\.com/t/([0-9a-zA-Z]+)', + 'fetch-match' => 'https://www\.screencast\.com/users/CamtasiaTraining/folders/Camtasia/media/([a-z0-9-]+)/embed', + 'embed-src' => 'https://content.screencast.com/users/CamtasiaTraining/folders/Camtasia/media/1d44810a-01f4-4c60-a862-6d114bed50c7/tscplayer.swf', 'embed-width' => '425', 'embed-height' => '344', - 'iframe-player' => 'http://www.screencast.com/users/CamtasiaTraining/folders/Camtasia/media/$2/embed' + 'iframe-player' => 'https://www.screencast.com/users/CamtasiaTraining/folders/Camtasia/media/$2/embed' ], [ 'name' => 'ScreenToaster', diff --git a/tests/MediaEmbedTest.php b/tests/MediaEmbedTest.php index 6b5a258..2d6fa45 100644 --- a/tests/MediaEmbedTest.php +++ b/tests/MediaEmbedTest.php @@ -88,9 +88,9 @@ class MediaEmbedTest extends TestCase { 'http://www.metatube.com/en/videos/245145/J-Alvarez-Tu-Cuerpo-Pide-Fiesta/' => '245145/J-Alvarez-Tu-Cuerpo-Pide-Fiesta', // Fetch lookup required - 'http://www.screencast.com/t/Hh4ulI0M' => '1d44810a-01f4-4c60-a862-6d114bed50c7', - 'http://www.ustream.tv/channel/america2oficial' => '17916695', - 'http://www.ustream.tv/channel/16962149' => '16962149', + 'https://www.screencast.com/t/Hh4ulI0M' => '1d44810a-01f4-4c60-a862-6d114bed50c7', + 'https://www.ustream.tv/channel/america2oficial' => '17916695', + 'https://www.ustream.tv/channel/16962149' => '16962149', 'http://example.wistia.com/medias/1voyrefhy9' => '1voyrefhy9',