Change youtube video description
(Created page with "The '''change youtube video description''' command updates the description of a YouTube video with a given video ID and new description. This command enables you to change th...") |
|||
Line 1: | Line 1: | ||
The '''change youtube video description''' command updates the description of a YouTube video with a given video ID and new description. | The '''change youtube video description''' command updates the description of a YouTube video with a given video ID and new description. | ||
− | |||
− | |||
== Parameters == | == Parameters == | ||
Line 20: | Line 18: | ||
The "change youtube video description" command then updates the description of the YouTube video with the ID "dQw4w9WgXcQ" to be 'This is the new description for the video'. | The "change youtube video description" command then updates the description of the YouTube video with the ID "dQw4w9WgXcQ" to be 'This is the new description for the video'. | ||
− | Note: The changes you made will be instantly visible on the YouTube video's page | + | Note: The changes you made will be instantly visible on the YouTube video's page. |
Latest revision as of 15:43, 4 July 2023
The change youtube video description command updates the description of a YouTube video with a given video ID and new description.
[edit] Parameters
Video Id: This is the unique identifier for the target YouTube video. You can find the video ID in the URL of the video on YouTube.
Description: The new description you want to set for the video.
[edit] Example
connect to youtube("path/to/your/client secret.json") change youtube video description("dQw4w9WgXcQ", "This is the new description for the video.")
In the above script, the command connects to YouTube using the client secret file "client secret.json" located at "path/to/your/". Please remember to replace "path/to/your/" with the actual path to your client secret file.
The "change youtube video description" command then updates the description of the YouTube video with the ID "dQw4w9WgXcQ" to be 'This is the new description for the video'.
Note: The changes you made will be instantly visible on the YouTube video's page.