raycast bash script #1032
Answered
by
naro110
lexilexikon
asked this question in
Q&A
raycast bash script
#1032
-
I've installed fabric and tried to use the Raycast script command to get the transcript of a YouTube video. The bash script is breaking and it keeps saying 'invalid YouTube URL, can't get video ID'. That was the URL I retrieved: https://youtu.be/7Inkwc23U1M. I've also installed a YouTube API. Can anyone help me figure out what's going wrong?" |
Beta Was this translation helpful? Give feedback.
Answered by
naro110
Dec 9, 2024
Replies: 1 comment 1 reply
-
change argument to @raycast.argument1 { "type": "text", "placeholder": "Input text", "optional": false, "percentEncoded": false}this worked for me |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
lexilexikon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
change argument to
@raycast.argument1 { "type": "text", "placeholder": "Input text", "optional": false, "percentEncoded": false}
this worked for me