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

option to set made for kids or not #15

Closed robbiedood closed 4 years ago

robbiedood commented 4 years ago

Dear jonnekaunisto,

Marking "Made for kids or not" now is required by Youtube & COPPA. I was wondering if there is medata available in simple-youtube-api, e.g. video.made_for_kids(False), for video upload.

Hope to hear your expertise. Thank you!

jonnekaunisto commented 4 years ago

It is not yet implemented, but I will try to add it soon.

Thanks for noticing that!

jonnekaunisto commented 4 years ago

I've added that feature on the latest version now.

robbiedood commented 4 years ago

Hi jonnekaunisto,

Thanks for your great support. I've used the new feature, it works very well ! A big star can not express my appreciation on your dedication ! I am continuously using and testing the program, hope to provide you more feedback.