diff --git a/yt_dlp/extractor/instagram.py b/yt_dlp/extractor/instagram.py index 5484379ee..94b2faf1c 100644 --- a/yt_dlp/extractor/instagram.py +++ b/yt_dlp/extractor/instagram.py @@ -479,8 +479,9 @@ def _real_extract(self, url): # It's a private post (video_id == shortcode + 28 extra characters) self.raise_login_required() raise ExtractorError( - 'Instagram sent empty media response; check if this post is ' - 'accessible in your browser without being logged-in. If it is' + 'Instagram sent an empty media response. Check if this post is accessible in your ' + f'browser without being logged-in. If it is not, then u{self._login_hint()[1:]}. ' + 'Otherwise, if the post is accessible in browser without being logged-in' f'{bug_reports_message(before=",")}', expected=True) media.update(xdt_shortcode_media)