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 +```