Download videos from YouTube and other websites.
youtube-dl {{https://www.youtube.com/watch?v=oHg5SJYRHA0}}
youtube-dl -x --audio-format {{mp3}} {{url}}
youtube-dl --format {{mp4}} --output {{"%(title) by %(uploader) on %(upload_date) in %(playlist).%(ext)"}} {{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}}