Hello,
I would like to automatically download audio format 1 with yt-dlp but it downloads audio format 2.
here is a picture of what it looks like:
[Attachment 67112 - Click to enlarge]
my code with automatic yt-dlp::
Can you tell me how to download audio 1 with video in yd-dlp? thank you in advanceCode:yt-dlp --external-downloader aria2c --allow-unplayable-formats --verbose -f "bestvideo+bestaudio[ext=m4a]/bestvideo+bestaudio/best" ....etc
yt-dlp --external-downloader aria2c --allow-u -f audio1=96000 ....etc