aboutsummaryrefslogtreecommitdiffstats
path: root/crates
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--crates/yt_dlp/src/lib.rs4
1 files changed, 2 insertions, 2 deletions
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<W: Write>(
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"
);
}