mirror of
https://github.com/YGGverse/gemini-php.git
synced 2025-01-27 15:24:36 +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)
|
foreach ((array) explode(PHP_EOL, $gemini) as $line)
|
||||||
{
|
{
|
||||||
preg_match_all(
|
preg_match(
|
||||||
$regex,
|
$regex,
|
||||||
$line,
|
$line,
|
||||||
$matches
|
$matches
|
||||||
@ -266,6 +266,8 @@ class Reader
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getLinks(string $gemini, ?string $regex = '/(https?|gemini):\/\/\S+/'): array
|
public function getLinks(string $gemini, ?string $regex = '/(https?|gemini):\/\/\S+/'): array
|
||||||
|
Loading…
x
Reference in New Issue
Block a user