mirror of https://github.com/Chocobozzz/PeerTube
Fixed import-videos filename (#311)
parent
4da00dd2ff
commit
245dc51de0
|
@ -45,7 +45,7 @@ You are now ready to run the script :
|
|||
|
||||
```
|
||||
cd ${CLONE}
|
||||
node dist/server/tools/import-video.js -u "PEERTUBE_URL" -U "PEERTUBE_USER" --password "PEERTUBE_PASSWORD" -t "TARGET_URL"
|
||||
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/
|
||||
|
|
Loading…
Reference in New Issue