mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix video import CLI script
Password is an optional argument
This commit is contained in:
@@ -120,7 +120,7 @@ $ node dist/server/tools/peertube-import-videos.js \
|
||||
|
||||
* `PEERTUBE_URL` : the full URL of your PeerTube server where you want to import, eg: https://peertube.cpy.re
|
||||
* `PEERTUBE_USER` : your PeerTube account where videos will be uploaded
|
||||
* `PEERTUBE_PASSWORD` : password of your PeerTube account (if `PEERTUBE_PASSWORD` is omitted, you will be prompted for it)
|
||||
* `PEERTUBE_PASSWORD` : password of your PeerTube account (if `--password PEERTUBE_PASSWORD` is omitted, you will be prompted for it)
|
||||
* `TARGET_URL` : the target url you want to import. Examples:
|
||||
* YouTube:
|
||||
* Channel: https://www.youtube.com/channel/ChannelId
|
||||
|
||||
Reference in New Issue
Block a user