$ sudo youtube-dl -U
To download video or playlist with a custom name
To download multiple videos
$ youtube-dl <url1> <url2> <url3>
To download from a file
$ cat url.txt
<url1>
<url2>
<url3>
<url4>
$ youtube-dl -a url.txt
To download audio-only from a video
To download mp3 formats
To download video with description, metadata, annotations, subtitles and thumbnail
To List all available formats of video or playlist
To display the size of YouTube videos
To Download videos in your preferred format, say for example MP4
To Set size limit for videos
$ youtube-dl --min-filesize 200M <youtube_url>
$ youtube-dl --max-filesize 1000M <youtube_url>
To Set download speed limit
$ youtube-dl -r 100K <url>
To resume downloads
$ youtube-dl -c <url>
To display help options
$ youtube-dl --help
regards,
T.Dhanasekar