From 63fe8a365a84f6f69af51d2a0ebf54de9222a8d4 Mon Sep 17 00:00:00 2001 From: Nathan Date: Mon, 4 Mar 2024 15:21:45 -0800 Subject: [PATCH] doc: Update youtube_clips.md (#483) Co-authored-by: Jason Liu --- docs/hub/youtube_clips.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/hub/youtube_clips.md b/docs/hub/youtube_clips.md index 9ad4327..7470524 100644 --- a/docs/hub/youtube_clips.md +++ b/docs/hub/youtube_clips.md @@ -7,7 +7,7 @@ If you're interested in trying this example using `instructor hub`, you can pull ```bash pip install youtube_transcript_api instructor rich -instructor hub pull youtube-clips > youtube_clips.py +instructor hub pull --slug youtube-clips --py > youtube_clips.py ``` ![youtube clip streaming](./img/youtube.gif) @@ -125,4 +125,4 @@ if __name__ == "__main__": str(youtube_clip.end), ) console.print(table) -``` \ No newline at end of file +```