python-youtube icon indicating copy to clipboard operation
python-youtube copied to clipboard

can I use this package to create a playlist and add video to it?

Open vetsinen opened this issue 2 years ago • 3 comments

can I use this package to create a playlist and add video to it?

vetsinen avatar Mar 14 '23 16:03 vetsinen

Yes, Of course you can.

You can use playlist insert to create playlist. and use playlistitem insert to add video to playlist.

MerleLiuKun avatar Mar 16 '23 11:03 MerleLiuKun

the only one reference to insert in documentation is about upload video https://sns-sdks.lkhardy.cn/python-youtube/usage/work-with-client/#insert

Yes, Of course you can.

You can use playlist insert to create playlist. and use playlistitem insert to add video to playlist.

vetsinen avatar Mar 16 '23 20:03 vetsinen

Hey, sorry for late reply, the usage docs an example to show the client how to use, The playlist is similar to the video.

MerleLiuKun avatar Mar 20 '23 02:03 MerleLiuKun