|
5 years ago | |
---|---|---|
lib | 5 years ago | |
.gitignore | 5 years ago | |
LICENSE | 5 years ago | |
README.md | 5 years ago | |
peertube_secret.sample | 5 years ago | |
ptyt_upload.py | 5 years ago | |
youtube_secret.json.sample | 5 years ago |
A scripting way to upload videos to peertube and youtube
Search in your package manager, otherwise use pip install --upgrade
Currently in heavy development
Support only mp4 for cross compatibily between Youtube and Peertube
./ptyt_upload.py --help
ptyt_upload - tool to upload videos to Peertube and Youtube
Usage:
ptyt_upload.py --file=<FILE> [options]
ptyt_upload.py -h | --help
ptyt_upload.py --version
Options:
--name=NAME Name of the video to upload. default to video file name
-d, --description=STRING Description of the video.
-t, --tags=STRING Tags for the video. comma separated
-h --help Show this help.
--version Show version.
inspired by peeror and youtube-upload