jonnekaunisto / simple-youtube-api

Object-oriented Wrapper for Youtube API in Python
https://simple-youtube-api.rtfd.io
Other
74 stars 16 forks source link

Safe/Not Safe For Kids #55

Open Yehuda-Edelstein opened 2 years ago

Yehuda-Edelstein commented 2 years ago

Uploading works fine, but video doesn't have safe for kids filled in, as of now it's blank.

Is there a way to set safe or not safe for kids during upload? The solution I'd like would be anything done before uploading.

Zack-Iulla commented 1 year ago

video.set_made_for_kids(False)

include the above line