mirror of
https://github.com/kristoferssolo/tg-relay-rs.git
synced 2026-02-25 05:08:15 +00:00
fix(yt): cookies
This commit is contained in:
@@ -131,7 +131,7 @@ pub async fn download_ytdlp<P: AsRef<Path>>(
|
||||
cookies_path: Option<P>,
|
||||
) -> Result<DownloadResult> {
|
||||
let format_selector = env::var("YTDLP_FORMAT").unwrap_or_else(|_| "best".into());
|
||||
info!(format_selector = format_selector, "Video format");
|
||||
info!(format_selector = format_selector, "video format");
|
||||
|
||||
let base_args = [
|
||||
"--no-playlist",
|
||||
|
||||
Reference in New Issue
Block a user