{"record":{"id":"e57f5cedb47901fd","repo":"ytdl-org/youtube-dl","slug":"could-not-find-neither-video-nor-playlist","errorCode":null,"errorMessage":"Could not find neither video nor playlist","messagePattern":"Could not find neither video nor playlist","errorType":"exception","errorClass":"ExtractorError","httpStatus":null,"severity":"error","filePath":"youtube_dl/extractor/dvtv.py","lineNumber":184,"sourceCode":"        timestamp = parse_iso8601(self._html_search_meta(\n            'article:published_time', webpage, 'published time', default=None))\n\n        items = re.findall(r'(?s)playlist\\.push\\(({.+?})\\);', webpage)\n        if items:\n            return self.playlist_result(\n                [self._parse_video_metadata(i, video_id, timestamp) for i in items],\n                video_id, self._html_search_meta('twitter:title', webpage))\n\n        item = self._search_regex(\n            r'(?s)BBXPlayer\\.setup\\((.+?)\\);',\n            webpage, 'video', default=None)\n        if item:\n            # remove function calls (ex. htmldeentitize)\n            # TODO this should be fixed in a general way in the js_to_json\n            item = re.sub(r'\\w+?\\((.+)\\)', r'\\1', item)\n            return self._parse_video_metadata(item, video_id, timestamp)\n\n        raise ExtractorError('Could not find neither video nor playlist')\n","sourceCodeStart":166,"sourceCodeEnd":185,"githubUrl":"https://github.com/ytdl-org/youtube-dl/blob/956b8c585591b401a543e409accb163eeaaa1193/youtube_dl/extractor/dvtv.py#L166-L185","documentation":"Error \"Could not find neither video nor playlist\" thrown in ytdl-org/youtube-dl.","triggerScenarios":"Thrown at youtube_dl/extractor/dvtv.py:184 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":["Verify the URL points to an existing video or playlist; update youtube-dl."],"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-15T22:17:37.221Z"}