yt-dlp
will occasionally stop working. if you ever encounter issues when attempting to download a video, make sure to update yt-dlp
to the latest version and try again. this will fix the problem 99% of the time.yt-dlp
and add it to your PATH
yt-dlp
config file in the appropriate location and add the following options to it--output "[%(upload_date)s] %(title).200B [%(id)s].%(ext)s"
--ignore-errors
--no-playlist
--embed-metadata
--embed-subs
--sub-langs "en.*"
note: while these are some sensible defaults that I highly recommend, using a config file is entirely optional
yt-dlp <url>