Skip to content

Commit 4542b4b

Browse files
uzullaclaude
andcommitted
Remove sassmeister.com support due to service closure
The sassmeister.com Sass playground service is no longer accessible (DNS resolution failure). This commit removes the adapter, related code, and test files. Changes: - Remove Sassmeister adapter from ExtractorFactory - Delete Sassmeister adapter directory (Extractor and Code detector) - Remove testSassmeister() 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 8991036 commit 4542b4b

File tree

6 files changed

+0
-169
lines changed

6 files changed

+0
-169
lines changed

src/Adapters/Sassmeister/Detectors/Code.php

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

src/Adapters/Sassmeister/Extractor.php

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

src/ExtractorFactory.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ class ExtractorFactory
2424
'github.com' => Adapters\Github\Extractor::class,
2525
'wikipedia.org' => Adapters\Wikipedia\Extractor::class,
2626
'archive.org' => Adapters\Archive\Extractor::class,
27-
'sassmeister.com' => Adapters\Sassmeister\Extractor::class,
2827
'facebook.com' => Adapters\Facebook\Extractor::class,
2928
'instagram.com' => Adapters\Instagram\Extractor::class,
3029
'imageshack.com' => Adapters\ImageShack\Extractor::class,

tests/PagesTest.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,6 @@ public function testSnipplr()
8484
$this->assertEmbed('http://snipplr.com/view/72914/better-html-5-basic-starter-template');
8585
}
8686

87-
public function testSassmeister()
88-
{
89-
$this->assertEmbed('http://sassmeister.com/gist/1122e441f0434ec6eb2a');
90-
}
91-
9287
public function testImageShack()
9388
{
9489
$this->assertEmbed('https://imageshack.com/i/ip7wO0v7j');

tests/cache/sassmeister.com.gist-1122e441f0434ec6eb2a.php

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

tests/fixtures/sassmeister.com.gist-1122e441f0434ec6eb2a.php

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

0 commit comments

Comments
 (0)