mirror of
https://github.com/YGGverse/gemini-php.git
synced 2025-01-13 08:38:01 +00:00
fix getH1 response
This commit is contained in:
parent
d80dfce235
commit
79fd257589
@ -251,7 +251,7 @@ class Reader
|
||||
{
|
||||
foreach ((array) explode(PHP_EOL, $gemini) as $line)
|
||||
{
|
||||
preg_match_all(
|
||||
preg_match(
|
||||
$regex,
|
||||
$line,
|
||||
$matches
|
||||
@ -266,6 +266,8 @@ class Reader
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
public function getLinks(string $gemini, ?string $regex = '/(https?|gemini):\/\/\S+/'): array
|
||||
|
Loading…
Reference in New Issue
Block a user