{"record":{"id":"97d84d5bf10cef6f","repo":"ytdl-org/youtube-dl","slug":"this-video-is-paid-subscribe-to-download-it","errorCode":null,"errorMessage":"This video is paid, subscribe to download it","messagePattern":"This video is paid, subscribe to download it","errorType":"exception","errorClass":"ExtractorError","httpStatus":null,"severity":"error","filePath":"youtube_dl/extractor/odnoklassniki.py","lineNumber":263,"sourceCode":"\n        # Live formats\n        m3u8_url = metadata.get('hlsMasterPlaylistUrl')\n        if m3u8_url:\n            formats.extend(self._extract_m3u8_formats(\n                m3u8_url, video_id, 'mp4', entry_protocol='m3u8',\n                m3u8_id='hls', fatal=False))\n        rtmp_url = metadata.get('rtmpUrl')\n        if rtmp_url:\n            formats.append({\n                'url': rtmp_url,\n                'format_id': 'rtmp',\n                'ext': 'flv',\n            })\n\n        if not formats:\n            payment_info = metadata.get('paymentInfo')\n            if payment_info:\n                raise ExtractorError('This video is paid, subscribe to download it', expected=True)\n\n        self._sort_formats(formats)\n\n        info['formats'] = formats\n        return info\n","sourceCodeStart":245,"sourceCodeEnd":269,"githubUrl":"https://github.com/ytdl-org/youtube-dl/blob/956b8c585591b401a543e409accb163eeaaa1193/youtube_dl/extractor/odnoklassniki.py#L245-L269","documentation":"Error \"This video is paid, subscribe to download it\" thrown in ytdl-org/youtube-dl.","triggerScenarios":"Thrown at youtube_dl/extractor/odnoklassniki.py:263 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":["Subscribe to the content owner to download this paid video."],"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"}