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" } }