From 5aba53d3f1c05dc011452d351f6f370c58097d32 Mon Sep 17 00:00:00 2001
From: Letouane <32341208+Letouane@users.noreply.github.com>
Date: Fri, 18 Sep 2020 14:46:46 -1000
Subject: [PATCH] Update README.md

Some video book need to be downloaded with the "video" option.
---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index acd0b82..9589578 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ Since PacktPub restructured their website [packtpub-library-downloader](https://
 - *-e*, *--email* = Your login email
 - *-p*, *--password* = Your login password
 - *-d*, *--directory* = Directory to download into. Default is "media/" in the current directory
-- *-b*, *--books* = Assets to download. Options are: *pdf,mobi,epub,code*
+- *-b*, *--books* = Assets to download. Options are: *pdf,mobi,epub,code,video*
 - *-s*, *--separate* = Create a separate directory for each book
 - *-v*, *--verbose* = Show more detailed information
 - *-q*, *--quiet* = Don't show information or progress bars
@@ -26,5 +26,6 @@ Since PacktPub restructured their website [packtpub-library-downloader](https://
 - *mobi*: MOBI format
 - *epub*: EPUB format
 - *code*: Accompanying source code, saved as .zip files
+- *video*: Some courses are in video format
 
 I'm working on Python 3.6.0