minoru-fediverse-crawler icon indicating copy to clipboard operation
minoru-fediverse-crawler copied to clipboard

Remove duplicates

Open dorsiflexion opened this issue 1 year ago • 1 comments

The resulting list should be deduplicated.

Example:

"mstdn.lalafell.org"
"mstdn.lalafell.org."

To do this, dots should be stripped first – trailing ones definitely, leading ones wouldn't hurt either. Second, it should actually be deduplicated because above domains would be identical.

dorsiflexion avatar Jan 12 '24 21:01 dorsiflexion

Normalizing domain names (https://github.com/Minoru/minoru-fediverse-crawler/issues/159) should resolve this, but I'd need to double-check. Thanks for opening the issue!

Minoru avatar Jan 15 '24 17:01 Minoru