diff --git a/src/input/ytdl_src.rs b/src/input/ytdl_src.rs index 90e836bb8..0ced1318b 100644 --- a/src/input/ytdl_src.rs +++ b/src/input/ytdl_src.rs @@ -42,6 +42,7 @@ pub(crate) async fn _ytdl(uri: &str, pre_args: &[&str]) -> Result { "infinite", "--no-playlist", "--ignore-config", + "--no-warnings", uri, "-o", "-", @@ -125,6 +126,7 @@ pub(crate) async fn _ytdl_metadata(uri: &str) -> Result { "infinite", "--no-playlist", "--ignore-config", + "--no-warnings", uri, "-o", "-",