diff --git a/gallery_dl/__init__.py b/gallery_dl/__init__.py index b64fa2f0..dc96ecda 100644 --- a/gallery_dl/__init__.py +++ b/gallery_dl/__init__.py @@ -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