reword error text for unsupported URLs

This commit is contained in:
Mike Fährmann
2022-10-28 11:49:20 +02:00
parent 5c31791b3c
commit e140b85342

View File

@@ -235,7 +235,7 @@ def main():
except exception.TerminateExtraction:
pass
except exception.NoExtractorError:
log.error("No suitable extractor found for '%s'", url)
log.error("Unsupported URL '%s'", url)
retval |= 64
return retval