From baad5e73ea74b87faf367f76a79d9429f57eb431 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Fri, 10 Nov 2017 13:04:14 +0100 Subject: [PATCH] Add a way to easily run youtube-dl with Composer --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6dff269..cc62c44 100644 --- a/composer.json +++ b/composer.json @@ -84,6 +84,7 @@ }, "scripts": { "compile": "composer install --ignore-platform-reqs", - "update-locales": "tsmarty2c.php templates > i18n/template.pot" + "update-locales": "tsmarty2c.php templates > i18n/template.pot", + "youtube-dl": "vendor/rg3/youtube-dl/youtube_dl/__main__.py" } }