{"record":{"id":"66dfc5d755dd602b","repo":"ytdl-org/youtube-dl","slug":"you-ve-asked-youtube-dl-to-download-the-url-s","errorCode":null,"errorMessage":"You've asked youtube-dl to download the URL \"%s\". That doesn't make any sense. Simply remove the parameter in your command or configuration.","messagePattern":"You've asked youtube-dl to download the URL \"(.+?)\"\\. That doesn't make any sense\\. Simply remove the parameter in your command or configuration\\.","errorType":"exception","errorClass":"ExtractorError","httpStatus":null,"severity":"error","filePath":"youtube_dl/extractor/commonmistakes.py","lineNumber":31,"sourceCode":"    '''\n\n    _TESTS = [{\n        'url': 'url',\n        'only_matching': True,\n    }, {\n        'url': 'URL',\n        'only_matching': True,\n    }]\n\n    def _real_extract(self, url):\n        msg = (\n            'You\\'ve asked youtube-dl to download the URL \"%s\". '\n            'That doesn\\'t make any sense. '\n            'Simply remove the parameter in your command or configuration.'\n        ) % url\n        if not self._downloader.params.get('verbose'):\n            msg += ' Add -v to the command line to see what arguments and configuration youtube-dl got.'\n        raise ExtractorError(msg, expected=True)\n\n\nclass UnicodeBOMIE(InfoExtractor):\n    IE_DESC = False\n    _VALID_URL = r'(?P<bom>\\ufeff)(?P<id>.*)$'\n\n    # Disable test for python 3.2 since BOM is broken in re in this version\n    # (see https://github.com/ytdl-org/youtube-dl/issues/9751)\n    _TESTS = [] if (3, 0) < sys.version_info <= (3, 3) else [{\n        'url': '\\ufeffhttp://www.youtube.com/watch?v=BaW_jenozKc',\n        'only_matching': True,\n    }]\n\n    def _real_extract(self, url):\n        real_url = self._match_id(url)\n        self.report_warning(\n            'Your URL starts with a Byte Order Mark (BOM). '\n            'Removing the BOM and looking for \"%s\" ...' % real_url)","sourceCodeStart":13,"sourceCodeEnd":49,"githubUrl":"https://github.com/ytdl-org/youtube-dl/blob/956b8c585591b401a543e409accb163eeaaa1193/youtube_dl/extractor/commonmistakes.py#L13-L49","documentation":"Error \"You've asked youtube-dl to download the URL \"%s\". That doesn't make any sense. Simply remove the parameter in your command or configuration.\" thrown in ytdl-org/youtube-dl.","triggerScenarios":"Thrown at youtube_dl/extractor/commonmistakes.py:31 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":["Remove the quoted URL parameter from your command or configuration."],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"956b8c585591b401a543e409accb163eeaaa1193","analyzedAt":"2026-08-14T18:59:47.863Z","schemaVersion":2},"datasetVersion":"2026-08-15T17:31:12.345Z"}