From 63d9ab2cbae266cc300dcbd2ee4336c1754a27b2 Mon Sep 17 00:00:00 2001 From: Ismar Iljazovic Date: Sun, 17 Mar 2024 14:55:29 +0100 Subject: [PATCH] fix missing --transcript flag for yt command in example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03bb793..4229767 100644 --- a/README.md +++ b/README.md @@ -271,7 +271,7 @@ pbpaste | fabric --stream --pattern analyze_claims 3. Run the `extract_wisdom` Pattern with the `--stream` option to get immediate and streaming results from any Youtube video (much like in the original introduction video). ```bash -yt https://youtube.com/watch?v=uXs-zPc63kM | fabric --stream --pattern extract_wisdom +yt --transcript https://youtube.com/watch?v=uXs-zPc63kM | fabric --stream --pattern extract_wisdom ``` 4. **new** All of the patterns have been added as aliases to your bash (or zsh) config file