mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-11 21:30:31 +00:00
7 lines
No EOL
197 B
Bash
7 lines
No EOL
197 B
Bash
#!/bin/bash
|
|
|
|
# Install required Python packages
|
|
pip install youtube_transcript_api
|
|
|
|
# Run the Python script with the provided URL
|
|
python /a0/instruments/default/yt_transcript/yt_transcript.py "$1" |