Usind TRIGGERcmd to get Youtube Transcripts

Hello all,

I’ve been struggling to find a good solution to get youtube transcripts, mostly because Youtube itself is blocking certain IPs from doing requests. So make.com, 0codekit seems to all be having this issue so older solutions no longer work.

My workaround at the moment was using my local computer (since my IP would be doing almost no request on a daily basis) to run the Python code. So I came across this service that is available on make.com called TRIGGERcmd, it lets me run a command on my local machine and the script works great.

The problem is: I can get it to work on my computer but I can’t seem to get the result back into my scenario to connect it to google sheets and OpenAI. I do know how to code well enough to get by so pardon if this gets too technical.

I inserted the TRIGGERcmd module that runs the following command on my computer:
python C:\Users\...\youtube_transcipt_download.py see image below:

THEORETICALLY, this command should be python C:\Users\...\youtube_transcipt_download.py {YOUTUBE LINK} which I hope it’s what is being passed by the Commnad Parameters slot.

Short story short, I’m not getting the end result or any error, on the image below you can see it working on my local computer

If I run without any arguments I get an error:

So I’m not sure how to work or setup this module. The AI assistant said all I need was to make sure I’m printing the result at the end but that also doesn’t help.

Any ideas?

Thank you!