From 7946581e368553fa91d48509154f44513d0d0683 Mon Sep 17 00:00:00 2001 From: bashonly <88596187+bashonly@users.noreply.github.com> Date: Wed, 30 Apr 2025 01:04:28 +0000 Subject: [PATCH] let's be active --- yt_dlp/extractor/youtube/_video.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yt_dlp/extractor/youtube/_video.py b/yt_dlp/extractor/youtube/_video.py index 859f9902f1..45ad62c133 100644 --- a/yt_dlp/extractor/youtube/_video.py +++ b/yt_dlp/extractor/youtube/_video.py @@ -3236,7 +3236,7 @@ class YoutubeIE(YoutubeBaseInfoExtractor): if not all((sc, fmt_url, player_url, encrypted_sig)): msg = f'Some {client_name} client https formats have been skipped as they are missing a url. ' if client_name == 'web': - msg += 'SABR streaming is being forced by YouTube for this client. ' + msg += 'YouTube is forcing SABR streaming for this client. ' else: msg += ( f'YouTube may have enabled the SABR-only or Server-Side Ad Placement experiment for '