Skip to content

Commit 6c38c1a

Browse files
committed
MediaEmbed: removed Livestream (defunct)
1 parent 9e42969 commit 6c38c1a

File tree

3 files changed

+0
-63
lines changed

3 files changed

+0
-63
lines changed

docs/testdox.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6910,7 +6910,6 @@ Parser (s9e\TextFormatter\Tests\Plugins\MediaEmbed\Parser)
69106910
[x] Scraping tests with data set #63
69116911
[x] Scraping tests with data set #64
69126912
[x] Scraping tests with data set #65
6913-
[x] Scraping tests with data set #66
69146913
[x] Scraping+rendering tests with data set #0
69156914
[x] Scraping+rendering tests with data set #1
69166915
[x] Scraping+rendering tests with data set #2
@@ -7311,7 +7310,6 @@ Parser (s9e\TextFormatter\Tests\Plugins\MediaEmbed\Parser)
73117310
[x] Parsing tests with data set #345
73127311
[x] Parsing tests with data set #346
73137312
[x] Parsing tests with data set #347
7314-
[x] Parsing tests with data set #348
73157313
[x] Parsing tests (JavaScript) with data set #0
73167314
[x] Parsing tests (JavaScript) with data set #1
73177315
[x] Parsing tests (JavaScript) with data set #2
@@ -7660,7 +7658,6 @@ Parser (s9e\TextFormatter\Tests\Plugins\MediaEmbed\Parser)
76607658
[x] Parsing tests (JavaScript) with data set #345
76617659
[x] Parsing tests (JavaScript) with data set #346
76627660
[x] Parsing tests (JavaScript) with data set #347
7663-
[x] Parsing tests (JavaScript) with data set #348
76647661
[x] Parsing+rendering tests with data set #0
76657662
[x] Parsing+rendering tests with data set #1
76667663
[x] Parsing+rendering tests with data set #2

src/Plugins/MediaEmbed/Configurator/sites/livestream.xml

Lines changed: 0 additions & 41 deletions
This file was deleted.

tests/Plugins/MediaEmbed/ParserTest.php

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -912,16 +912,6 @@ function ($configurator)
912912
$configurator->MediaEmbed->add('libsyn');
913913
}
914914
],
915-
[
916-
'https://livestream.com/internetsociety/wsis/videos/107058039',
917-
'<r><LIVESTREAM account_id="686369" event_id="4588746" video_id="107058039">https://livestream.com/internetsociety/wsis/videos/107058039</LIVESTREAM></r>',
918-
[],
919-
function ($configurator)
920-
{
921-
$configurator->registeredVars['cacheDir'] = __DIR__ . '/../../.cache';
922-
$configurator->MediaEmbed->add('livestream');
923-
}
924-
],
925915
[
926916
'https://mastodon.social/@[email protected]/109579438826193099',
927917
'<r><MASTODON host="infosec.exchange" id="109579438603578302" name="SwiftOnSecurity">https://mastodon.social/@[email protected]/109579438826193099</MASTODON></r>',
@@ -2637,15 +2627,6 @@ function ($configurator)
26372627
$configurator->MediaEmbed->add('kickstarter');
26382628
}
26392629
],
2640-
[
2641-
'http://new.livestream.com/accounts/9999999999/events/9999999999',
2642-
'<r><LIVESTREAM account_id="9999999999" event_id="9999999999">http://new.livestream.com/accounts/9999999999/events/9999999999</LIVESTREAM></r>',
2643-
[],
2644-
function ($configurator)
2645-
{
2646-
$configurator->MediaEmbed->add('livestream');
2647-
}
2648-
],
26492630
[
26502631
'https://mastodon.social/web/@HackerNewsBot/100181134752056592',
26512632
'<r><MASTODON host="mastodon.social" id="100181134752056592" name="HackerNewsBot">https://mastodon.social/web/@HackerNewsBot/100181134752056592</MASTODON></r>',

0 commit comments

Comments
 (0)