We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a708831 commit 861dfebCopy full SHA for 861dfeb
src/Adapters/Howcast.php
@@ -1,7 +1,7 @@
1
<?php
2
3
/**
4
- * Adapter to get the embed code from spreaker.com.
+ * Adapter to get the embed code from howcast.com.
5
*/
6
namespace Embed\Adapters;
7
@@ -15,7 +15,7 @@ class Howcast extends Webpage implements AdapterInterface
15
public static function check(Request $request)
16
{
17
return $request->isValid() && $request->match([
18
- 'http?://www.howcast.com/videos/*',
+ 'https?://www.howcast.com/videos/*',
19
]);
20
}
21
0 commit comments