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

Set playlist for video upload #17

Closed robbiedood closed 4 years ago

robbiedood commented 4 years ago

Dear jonnekaunisto,

Thanks for your dedicated supports. We recently found an important feature, hope to hear your expertise.

Our channel has multiple playlists, and we would like to upload a video assigned to desire playlist s.t. video.set_playlist("This is my playlist name"), (it could be None if the playlist does not exist etc)

It would be super useful because our numbers of video are increasing.

We were wondering if you have any thought on the feature.

jonnekaunisto commented 4 years ago

I've added that feature in the newest version. You have to supply the playlist id in order to add a video to it.