youtube-upload and google youtube api - deeper control of upload process youtube-upload and google youtube api - deeper control of upload process bash bash

youtube-upload and google youtube api - deeper control of upload process


The API to link a resource to a playlist is PlaylistItems at https://developers.google.com/youtube/v3/docs/playlistItems.

You can follow the list example to see/get the playlist Ids (if you forgot it...). Then use insert method to add your resource to a playlist.

Extract from insert Reference:

You must specify a value for these properties:

  • snippet.playlistId
  • snippet.resourceId

You can set values for these properties:

  • snippet.playlistId
  • snippet.position
  • snippet.resourceId
  • contentDetails.note
  • contentDetails.startAt
  • contentDetails.endAt


you can try this. I am not a code master neither but it worksgive it a shot ytb_up based selenium

https://github.com/wanghaisheng/ytb-upfeatures YOU MAY NEED

  1. proxy support

auto detect whether need a proxy2. cookie support

for those multiple channels under same google account3. schedule time publish

you can explictly specify a date and time for each video or you can set publish policy and daily public count,for example,daily count is 4,you got 5 videos,then first 4 will be published 1 day after the upload date ,the other 1 will be 2 days after the upload date4. fix google account verify