Skip to content

Commit 861dfeb

Browse files
committed
fixed howcast url checking
1 parent a708831 commit 861dfeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Adapters/Howcast.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* Adapter to get the embed code from spreaker.com.
4+
* Adapter to get the embed code from howcast.com.
55
*/
66
namespace Embed\Adapters;
77

@@ -15,7 +15,7 @@ class Howcast extends Webpage implements AdapterInterface
1515
public static function check(Request $request)
1616
{
1717
return $request->isValid() && $request->match([
18-
'http?://www.howcast.com/videos/*',
18+
'https?://www.howcast.com/videos/*',
1919
]);
2020
}
2121

0 commit comments

Comments
 (0)