mirror of
https://github.com/kennethreitz/instructor.git
synced 2026-06-05 22:50:18 +00:00
doc: Update youtube_clips.md (#483)
Co-authored-by: Jason Liu <jxnl@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||

|
||||
@@ -125,4 +125,4 @@ if __name__ == "__main__":
|
||||
str(youtube_clip.end),
|
||||
)
|
||||
console.print(table)
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user