From 987cff2b5996cc86069dc1d9cbb0f465c32d391c Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Tue, 17 Jun 2025 08:58:52 +0200 Subject: fix(yt_dlp): Typos in strings --- crates/yt_dlp/src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crates/yt_dlp/src/lib.rs') diff --git a/crates/yt_dlp/src/lib.rs b/crates/yt_dlp/src/lib.rs index d0465e1..1912831 100644 --- a/crates/yt_dlp/src/lib.rs +++ b/crates/yt_dlp/src/lib.rs @@ -102,7 +102,7 @@ impl YoutubeDL { error!( "No PYTHONPATH found or invalid utf8. \ This means, that you probably did not \ - supply the yt_dlp!" + supply a yt_dlp python package!" ); } @@ -665,7 +665,7 @@ fn write_exception( if exc_class.fast_issubclass(vm.ctx.exceptions.syntax_error) { unreachable!( "A syntax error should never be raised, \ - as yt_dlp should not have them and neither our embedded code" + as yt_dlp should not have them and neither our embedded code" ); } -- cgit 1.4.1