In simplynews_sites/links.py there is a an array of links and websites. There are often duplicates (e.g. site.example and www.site.example). It also does not support https://domain We should use regex to avoid duplicates and be more flexible.
Totally agree