diff options
author | John Livingston <git@john-livingston.fr> | 2018-05-10 23:59:28 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-05-11 15:23:50 +0200 |
commit | 066fc8ba71fa3573d1b1fb4c692b8f51c17111fc (patch) | |
tree | a3f2e85b76488d129ddd94e5e69579116dce4adc /support/doc/tools.md | |
parent | 8be1afa12b700b93ed92365cab05c0ef81d643aa (diff) | |
download | PeerTube-066fc8ba71fa3573d1b1fb4c692b8f51c17111fc.tar.gz PeerTube-066fc8ba71fa3573d1b1fb4c692b8f51c17111fc.tar.zst PeerTube-066fc8ba71fa3573d1b1fb4c692b8f51c17111fc.zip |
import-videos: prompt for password
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 d83203369..fb6c2cdc4 100644 --- a/support/doc/tools.md +++ b/support/doc/tools.md | |||
@@ -53,7 +53,7 @@ $ node dist/server/tools/import-videos.js -u "PEERTUBE_URL" -U "PEERTUBE_USER" - | |||
53 | 53 | ||
54 | * PEERTUBE_URL : the full URL of your PeerTube server where you want to import, eg: https://peertube.cpy.re/ | 54 | * PEERTUBE_URL : the full URL of your PeerTube server where you want to import, eg: https://peertube.cpy.re/ |
55 | * PEERTUBE_USER : your PeerTube account where videos will be uploaded | 55 | * PEERTUBE_USER : your PeerTube account where videos will be uploaded |
56 | * PEERTUBE_PASSWORD : password of your PeerTube account | 56 | * PEERTUBE_PASSWORD : password of your PeerTube account (if ommited, you will be prompted for) |
57 | * TARGET_URL : the target url you want to import. Examples: | 57 | * TARGET_URL : the target url you want to import. Examples: |
58 | * YouTube: | 58 | * YouTube: |
59 | * Channel: https://www.youtube.com/channel/ChannelId | 59 | * Channel: https://www.youtube.com/channel/ChannelId |