🥰🥰🥰#shorts #youtubeshorts #shortsvideo
0
0
0 ビュー·
04/02/25
🥰🥰🥰#shorts #youtubeshorts #shortsvideo
#shorts #ytshort #subscribe #Jayade
const fs = require('fs')
const { init, upload } = require('youtube-studio')
await init({ ... }) // read more below (Preparing Authentication)
const result = await upload({
channelId: 'UCzQUP1qoWDoEbmsQxvdjxgQ', // your channelId
stream: fs.createReadStream('./example=video.mp4'), // your video stream
newTitle: 'new video 1', // optional, your video name
newDescription: 'Please, subscribe!', // optional, your video description
newPrivacy: 'PRIVATE', // optional (PRIVATE by default), ('PUBLIC', 'UNLISTED', 'PRIVATE' options available)
isDraft: false, // optional, video can be a draft (false by default)
})
もっと見せる
0 コメント
sort 並び替え