doc: Update youtube_clips.md (#483)

Co-authored-by: Jason Liu <jxnl@users.noreply.github.com>
This commit is contained in:
Nathan
2024-03-04 15:21:45 -08:00
committed by GitHub
parent 1b550dfb66
commit 63fe8a365a
+2 -2
View File
@@ -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)
```
```