mirror of
https://github.com/YGGverse/gemini-php.git
synced 2025-09-13 14:42:53 +00:00
return unique links only
This commit is contained in:
parent
0ad8a9e998
commit
0de8dcc249
@ -287,6 +287,8 @@ class Reader
|
||||
}
|
||||
}
|
||||
|
||||
return $links;
|
||||
return array_unique(
|
||||
$links
|
||||
);
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user