Browse Source

Correction of some typos

pull/51/head
LecygneNoir 3 years ago
parent
commit
542bb6f1f9
2 changed files with 4 additions and 4 deletions
  1. +2
    -2
      README.md
  2. +2
    -2
      prismedia/upload.py

+ 2
- 2
README.md View File

@ -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

+ 2
- 2
prismedia/upload.py View File

@ -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…
Cancel
Save