unique() ->map(fn ($url) => str_replace('href="', '', str_replace('"', '', $url))) ->toArray(); return $urls; } }