Skip to content

Instantly share code, notes, and snippets.

@Nioub
Nioub / ytdl
Last active August 29, 2015 14:14 — forked from lwr/ytdl
Recent versions of youtube-dl handles recombination if ffmpeg is in PATH
#!/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"