mirror of
https://github.com/YGGverse/gemini-php.git
synced 2025-09-13 22:52:05 +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