From afb6e0a306b4bc016bb617105c0b40c930795da0 Mon Sep 17 00:00:00 2001 From: fireattack Date: Wed, 15 Jun 2022 09:42:08 -0500 Subject: [PATCH] Amend doc --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 888f33b..3f4f0e6 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,9 @@ You can also use it as a module by something like extract_kindle.main(R"G:\_temp\My Kindle Content\B00KYFFDV2_EBOK", "-o", "D:\\output", "-p") ``` -## Post-processing format +## Post-processing template string substitution + +Remember to add quotes around them if needed! * $o: output root path (i.e. -o parameter) * $f: book name string (path-safe, extracted from Kindle info)