Skip to content

Commit 8991036

Browse files
uzullaclaude
andcommitted
Remove chirb.it support due to service closure
The chirb.it audio sharing service is no longer accessible (connection failure). This commit removes all related code and test files. Changes: - Remove chirb.it from oEmbed providers list - Remove test case from PagesTest - Delete cached responses and test fixtures 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent a0bdfef commit 8991036

File tree

5 files changed

+0
-588
lines changed

5 files changed

+0
-588
lines changed

src/resources/oembed.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,9 +181,6 @@
181181
'http://embed.chartblocks.com/1.0/oembed' => [
182182
'|^https?://public\\.chartblocks\\.com/c/.*$|i',
183183
],
184-
'http://chirb.it/oembed.json' => [
185-
'|^https?://chirb\\.it/.*$|i',
186-
],
187184
'https://chroco.ooo/embed' => [
188185
'|^https?://chroco\\.ooo/mypage/.*$|i',
189186
'|^https?://chroco\\.ooo/story/.*$|i',

tests/PagesTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ public function urlDataProvider(): array
2727
['http://live.amcharts.com/czNjJ'],
2828
['https://www.aol.com/video/view/pile-of-recovering-foster-kittens-is-purrfect/595fe75985eb42109b69bedb/'],
2929
['http://jeanjean.bandcamp.com/track/coquin-l-l-phant'],
30-
['http://chirb.it/7A9L9B'],
3130
['http://codepen.io/Zhouzi/pen/JoRazP'],
3231
['http://www.dailymotion.com/video/xy0wd'],
3332
['http://www.deviantart.com/art/Misty-510056679'],

0 commit comments

Comments
 (0)