Remove "/" of PEERTUBE_URL example
authorDavid Libeau <DavidLibeau@users.noreply.github.com>
Thu, 31 May 2018 18:28:34 +0000 (18:28 +0000)
committerChocobozzz <me@florianbigard.com>
Fri, 1 Jun 2018 06:36:21 +0000 (08:36 +0200)
With an url ended with a "/", the script returns an error.

support/doc/tools.md

index fb6c2cdc41ea8f6849d7c990ee9ad4608965c447..43bc0362284d38214b2de13da3b20ba6099167d8 100644 (file)
@@ -51,7 +51,7 @@ $ cd ${CLONE}
 $ node dist/server/tools/import-videos.js -u "PEERTUBE_URL" -U "PEERTUBE_USER" --password "PEERTUBE_PASSWORD" -t "TARGET_URL"
 ```
 
- * PEERTUBE_URL : the full URL of your PeerTube server where you want to import, eg: https://peertube.cpy.re/
+ * 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 ommited, you will be prompted for)
  * TARGET_URL : the target url you want to import. Examples: