Skip to content

Commit da212d7

Browse files
committed
updated youtube_download_video.sh
1 parent 25d09cf commit da212d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

media/youtube_download_video.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ shift || :
6161

6262
output_filename="$file_basename_without_ext.%(ext)s"
6363

64-
format="bestvideo[ext=mp4][vcodec^=avc1]+bestaudio[ext=m4a]/best[ext=mp4]"
64+
format="bestvideo[ext=mp4][vcodec^=avc1]+bestaudio/best[ext=mp4]"
6565

6666
#"$srcdir/../packages/install_packages_if_absent.sh" yt-dlp ffmpeg
6767

0 commit comments

Comments
 (0)