fawazahmed0 / youtube-uploader

Free youtube video uploader with no limits
MIT License
348 stars 84 forks source link

Every video set to Made for Kids #207

Closed chriscallahan99 closed 1 year ago

chriscallahan99 commented 1 year ago

In my youtube audience settings I have it set for "not made for kids", however, whenever I upload any video, it is immediately set to "made for kids" and I have to manually undo this after it is posted.

I'm sure all this reverting does not help my channel grow, so a fix or help with this would be great.

chriscallahan99 commented 1 year ago

Actually, I found a fix, when creating your video obj, include isNotForKid as true.

Ex.) const video = { path: vid_path, title: new_title, description: new_description, isNotForKid: true };