diff options
author | Chocobozzz <me@florianbigard.com> | 2019-04-24 16:51:25 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-04-24 16:51:25 +0200 |
commit | e8a739e880593c3ffd07a634d5ff62690ed844f6 (patch) | |
tree | 28b59be53f44933fb14edba8f9662913a69577c1 /support/doc/tools.md | |
parent | cbe94af85a9a7ca4aeaf783a6f8ed5954cba2f44 (diff) | |
download | PeerTube-e8a739e880593c3ffd07a634d5ff62690ed844f6.tar.gz PeerTube-e8a739e880593c3ffd07a634d5ff62690ed844f6.tar.zst PeerTube-e8a739e880593c3ffd07a634d5ff62690ed844f6.zip |
Fix video import CLI script
Password is an optional argument
Diffstat (limited to 'support/doc/tools.md')
-rw-r--r-- | support/doc/tools.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/doc/tools.md b/support/doc/tools.md index 2ca1d508b..086cd5cff 100644 --- a/support/doc/tools.md +++ b/support/doc/tools.md | |||
@@ -120,7 +120,7 @@ $ node dist/server/tools/peertube-import-videos.js \ | |||
120 | 120 | ||
121 | * `PEERTUBE_URL` : the full URL of your PeerTube server where you want to import, eg: https://peertube.cpy.re | 121 | * `PEERTUBE_URL` : the full URL of your PeerTube server where you want to import, eg: https://peertube.cpy.re |
122 | * `PEERTUBE_USER` : your PeerTube account where videos will be uploaded | 122 | * `PEERTUBE_USER` : your PeerTube account where videos will be uploaded |
123 | * `PEERTUBE_PASSWORD` : password of your PeerTube account (if `PEERTUBE_PASSWORD` is omitted, you will be prompted for it) | 123 | * `PEERTUBE_PASSWORD` : password of your PeerTube account (if `--password PEERTUBE_PASSWORD` is omitted, you will be prompted for it) |
124 | * `TARGET_URL` : the target url you want to import. Examples: | 124 | * `TARGET_URL` : the target url you want to import. Examples: |
125 | * YouTube: | 125 | * YouTube: |
126 | * Channel: https://www.youtube.com/channel/ChannelId | 126 | * Channel: https://www.youtube.com/channel/ChannelId |