Download videos from YouTube and other websites. More information: http://rg3.github.io/youtube-dl/.
youtube-dl {{https://www.youtube.com/watch?v=oHg5SJYRHA0}}
youtube-dl --list-formats {{https://www.youtube.com/watch?v=Mwa0_nE9H7A}}
youtube-dl --format {{"best[height<=480]"}} {{https://www.youtube.com/watch?v=oHg5SJYRHA0}}
youtube-dl -x --audio-format {{mp3}} {{url}}
youtube-dl --format {{mp4}} -o {{"%(title)s by %(uploader)s on %(upload_date)s in %(playlist)s.%(ext)s"}} {{url}}
youtube-dl --write-description --write-info-json --write-annotations --write-sub --write-thumbnail {{url}}
youtube-dl --match-title {{"let's play"}} --age-limit {{7}} --reject-title {{"nsfw"}} {{playlist_url}}