From 542bb6f1f951473c4242020aa19674b6deb13a79 Mon Sep 17 00:00:00 2001 From: LecygneNoir Date: Tue, 14 Jul 2020 13:50:56 +0200 Subject: [PATCH] Correction of some typos --- README.md | 4 ++-- prismedia/upload.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 64bcaf6..23c9319 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/prismedia/upload.py b/prismedia/upload.py index 2e83bd5..1a5fcb3 100755 --- a/prismedia/upload.py +++ b/prismedia/upload.py @@ -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