Keep your YouTube channel consistent without editing each video by hand. This setup inserts a new line of text between two existing lines in multiple video descriptions at once. It is made for creators and marketing teams who need to add a sponsor link, a campaign message, or a disclaimer across recent uploads.
Here is how it runs end to end. You start it manually. A Set node holds three values called rowBefore, rowToInsert, and rowAfter. The YouTube Get All Videos node pulls your latest videos in date order with a set limit. Split In Batches feeds each video to YouTube Get Specific Video to load full details. A Code node builds a new description by placing the new line after rowBefore and before rowAfter. The YouTube Update Video Description node writes the change while keeping title, category, and tags the same. The loop repeats until the batch is done.
You only need a YouTube connection with write access and the three lines you want to match. Start with a small limit to test and check the updatedDescription output before pushing changes. Expect time savings and consistent placement of links or notes across your selected videos. Great for sponsor links, affiliate URLs, and policy notices.