repology-updater
repology-updater copied to clipboard
Review 'url with whitespace' cases in logs and kill the warning
Whitespace in an URL currently emits warning to the log, because it may mean that a particular string we parse URL from contains multiple URLs instead. However in most cases it's false positive on valid whitespace in an URL. Check all such remaining cases and kill off the warning.