mirror of
https://git.lecygnenoir.info/LecygneNoir/prismedia.git
synced 2025-10-03 01:19:15 +02:00
Correction of some typos
This commit is contained in:
parent
5022aface4
commit
542bb6f1f9
2 changed files with 4 additions and 4 deletions
|
@ -5,7 +5,7 @@ Scripting your way to upload videos to peertube and youtube. Works with Python 3
|
|||
[TOC]: #
|
||||
|
||||
## Table of Contents
|
||||
- [Installation](#installation)
|
||||
- [Installation](#installation-and-upgrade)
|
||||
- [From pip](#from-pip)
|
||||
- [From source](#from-source)
|
||||
- [Configuration](#configuration)
|
||||
|
@ -19,7 +19,7 @@ Scripting your way to upload videos to peertube and youtube. Works with Python 3
|
|||
- [Inspirations](#inspirations)
|
||||
- [Contributors](#contributors)
|
||||
|
||||
## Installation an upgrade
|
||||
## Installation and upgrade
|
||||
|
||||
### From pip
|
||||
|
||||
|
|
|
@ -50,8 +50,8 @@ Options:
|
|||
--version Show version.
|
||||
|
||||
Strict options:
|
||||
Strict options allow you to force some option to be present when uploading a video. It's useful to be sue you do not
|
||||
forget something when uploading a vidéo, for example if you use multiples NFO. You may force the presence of description,
|
||||
Strict options allow you to force some option to be present when uploading a video. It's useful to be sure you do not
|
||||
forget something when uploading a video, for example if you use multiples NFO. You may force the presence of description,
|
||||
tags, thumbnail, ...
|
||||
All strict option are optionals and are provided only to avoid errors when uploading :-)
|
||||
All strict options can be specified in NFO directly, the only strict option mandatory on cli is --withNFO
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue