Add a way to easily run youtube-dl with Composer

This commit is contained in:
Pierre Rudloff 2017-11-10 13:04:14 +01:00
parent 55c64f75d8
commit baad5e73ea
1 changed files with 2 additions and 1 deletions

View File

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