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 | |
#Youtube-DL DASH Video and Audio merging script | |
#Written by QuidsUp | |
#Edited by Christoph Korn | |
#Edited by William Leung | |
#Edited by Joel Thieffry | |
URL=$1 | |
if [ -z $URL ]; then | |
echo "Usage: ytdl.sh url" |