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

Ability to change "Game title" and "End screen" values

Open AmphibianDev opened this issue 2 years ago • 0 comments

Problem

I want the ability to change the "Game title" and "End screen" of the video I upload. And when I write "default", to use the latest video value.

Goals

Ability to add in options the "Game title" and "End screen" + ability to use the latest video value

options = {
  ...
  "categoryId" : "20",
  "gameTitle": "Counter-Strike: Global Offensive",
  "endScreen": "default"  #import from latest video
}

AmphibianDev avatar Feb 18 '23 11:02 AmphibianDev