Add a way to easily run youtube-dl with Composer
This commit is contained in:
parent
55c64f75d8
commit
baad5e73ea
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue