From f785f0f2d1399932e2301d3935ad48af25761d53 Mon Sep 17 00:00:00 2001 From: Jan Philipp Timme Date: Thu, 6 Sep 2018 19:26:23 +0200 Subject: [PATCH] Learned a new trick today --- bin/ytpldl | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 bin/ytpldl diff --git a/bin/ytpldl b/bin/ytpldl new file mode 100755 index 0000000..ec8f819 --- /dev/null +++ b/bin/ytpldl @@ -0,0 +1,3 @@ +#!/bin/bash + +youtube-dl -i -w -o "%(title)s" "$1"