@nostupidquestions How do I fix this in yt-dlp?
yt-dlp -S youtube-link always downloads 360p videos but not on newly downloaded videos even when those same videos download best video quality via command yt-dlp link. I have ffmpeg. Does yt-dlp have a history I can clear or a config reset because I can’t make sense of this regression happening otherwise since it’s not due to updates.
I forget the flags, but I think you can list all formats with the
-F
, then select the ones you want be downloaded using the id number and the flag-f
. and use a+
if you want ffmpeg to merge an audio and video track together. Would that help?