mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-12-18 15:15:42 +07:00
raise ExtractorError if the page doesn't contain a video
This commit is contained in:
@@ -79,3 +79,5 @@ def _real_extract(self, url):
|
|||||||
'uploader': owner.get('realname'),
|
'uploader': owner.get('realname'),
|
||||||
'comment_count': int_or_none(video_info.get('comments', {}).get('_content')),
|
'comment_count': int_or_none(video_info.get('comments', {}).get('_content')),
|
||||||
}
|
}
|
||||||
|
else:
|
||||||
|
raise ExtractorError('not a video', expected=True)
|
||||||
|
|||||||
Reference in New Issue
Block a user