diff options
author | Chocobozzz <me@florianbigard.com> | 2018-02-09 16:47:06 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-02-09 16:47:06 +0100 |
commit | a7fea183f0f69104b209e7bfdd6435be28165f22 (patch) | |
tree | a0bfb7daf8e9778c664b8d7224b2e1c382e3834e /package.json | |
parent | 1185c246c591a0783dc0ab268bbd67eba1d46bb9 (diff) | |
download | PeerTube-a7fea183f0f69104b209e7bfdd6435be28165f22.tar.gz PeerTube-a7fea183f0f69104b209e7bfdd6435be28165f22.tar.zst PeerTube-a7fea183f0f69104b209e7bfdd6435be28165f22.zip |
Begin import script with youtube-dl
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 948ba3f67..7ed520b65 100644 --- a/package.json +++ b/package.json | |||
@@ -135,7 +135,8 @@ | |||
135 | "supertest": "^3.0.0", | 135 | "supertest": "^3.0.0", |
136 | "tslint": "^5.7.0", | 136 | "tslint": "^5.7.0", |
137 | "tslint-config-standard": "^7.0.0", | 137 | "tslint-config-standard": "^7.0.0", |
138 | "webtorrent": "^0.98.0" | 138 | "webtorrent": "^0.98.0", |
139 | "youtube-dl": "^1.12.2" | ||
139 | }, | 140 | }, |
140 | "scripty": { | 141 | "scripty": { |
141 | "silent": true | 142 | "silent": true |