Hi, I try to upload video on youtube using google drive, all work, but the name always end with “.mp4” in youtube, how can I delete this 4 caractere when I upload with youtbe automation.
In the screen you can see I put the original name, and at the end we see .mp4, how can I change the name in make ?
Hey I see you are using a ChatGPT module to create a description for your video, why don’t you give ChatGPT the name of your drive file in the same module and ask it to delete mp4 from the title or any other extension from your name, without changing anything else.
Ask it to output in JSON in this format:
{“New_title”:“New_title goes here”}
{“Description”: “description_goes here”}
Open advanced settings in your chatgpt module and ask it to output in JSON instead of text and be sure to turn on Parse JSON.
1 Like
I didn’t think about this ! Thanks !
1 Like