From 915cbfb0c0784950bf13887ecf64ccbd7239c6c1 Mon Sep 17 00:00:00 2001 From: Markus Birth Date: Tue, 15 Nov 2016 20:35:14 +0100 Subject: [PATCH] Added youtube-to-mp4 downloader. --- yt2mp4.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 yt2mp4.sh diff --git a/yt2mp4.sh b/yt2mp4.sh new file mode 100755 index 0000000..8616d8c --- /dev/null +++ b/yt2mp4.sh @@ -0,0 +1,2 @@ +#!/bin/sh +youtube-dl -f bestvideo[ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]/bestvideo+bestaudio/best "$1"