batch_update_descriptions
Update descriptions across multiple YouTube videos with append, footer, or replace modes. Select videos by IDs or update all at once.
Instructions
Update descriptions across many videos in one sweep.
mode=append: add text at the end (skips videos that already contain it).
mode=footer: everything after the last "---" marker line is replaced
with text (marker added if missing) — ideal for a links/giveaway
footer kept in sync across all videos.
mode=replace: replace occurrences of find with text.
Scope: video_ids, or every upload when omitted. Quota: ~51 units per
changed video.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| find | No | ||
| mode | Yes | ||
| text | Yes | ||
| dry_run | No | ||
| video_ids | No |