Dhawal Chheda

Results 2 issues of Dhawal Chheda

request = youtube.videos().insert( part="snippet,status,contentDetails", body={ "snippet": { "categoryId": "27", "description": description, "title": title, "tags": tags, "shorts": True }, "status": { "privacyStatus": "public" }, "contentDetails": { "videoType": "short" } }, media_body=MediaFileUpload(video_file_path)...

I have a video channel running from OBS studio. I have a file named output.mp4 that keeps getting generated. What I want to do is have a script where every...