Hi
I want to update description of all my youtube videos with Headings
Thanks
Hi
I want to update description of all my youtube videos with Headings
Thanks
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Tuhin PaulPosted Feb 9, 2025, 4:07 PM
Below is a JavaScript implementation using Node.js and the
googleapislibrary to update the descriptions of all your YouTube videos with headings.credentials.jsonfile.=== Video Description ===) to the existing description and updates it using the YouTube Data API.Steps to Run:
update_youtube_descriptions.js.credentials.jsonfile in the same directory.Tuhin PaulPosted Feb 9, 2025, 4:03 PM
Part -1
To update the descriptions of all your YouTube videos with headings, you can use the YouTube Data API. If you want to do it programatically. An example implementation in Python using the
google-api-python-clientlibrary.This script will fetch all your videos, append a heading to their descriptions, and update them.
Before running the script:
credentials.jsonfile.pip install google-api-python-client google-auth-oauthlib google-auth-httplib2.=== Video Description ===) to the existing description and updates it using the YouTube Data API.Steps to Run:
update_youtube_descriptions.py.credentials.jsonfile in the same directory.python update_youtube_descriptions.py.