This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/bash | |
################################################################################ | |
# Script Name: Youtube-dl Easy Download Script | |
# Description: Easy to use script to download YouTube videos with a couple of | |
# options. | |
# | |
# What this script do: | |
# - Downloads video in MP4 with highest quality and max resolution 1920x1080. | |
# - Downloads thumbnail and subtitles. | |
# - Gives user option where to download the video and video or only audio. |