This workflow is for anyone with two YouTube channels who wants to copy playlists from one to the other — no technical skills required.
Whether you're a content creator, hobbyist, educator, or just someone managing multiple channels, this workflow helps you save time and avoid the manual work of recreating playlists video by video.
YouTube doesn't provide an option to transfer or duplicate playlists between accounts or channels. That means if you want the same playlists in two places, you're stuck:
This workflow automates the entire process for you — accurately, quickly, and with no manual work.
Retrieves all playlists from a source YouTube channel (excluding private ones)
For each playlist:
Continues smoothly even if some videos fail to copy (e.g., if they’re restricted or deleted)
Create two YouTube OAuth2 credentials in n8n:
Assign the credentials to the correct nodes as indicated in the sticky notes:
Click “Test workflow” to run it.
⚠️ Note: If you have many playlists or videos, you may hit YouTube’s API quota. You can request a quota increase in your Google Cloud Console if needed.
✂️ Copy only specific playlists
Use a Filter
node after the playlist fetch to include only certain titles or IDs.
📝 Change the title of the copied playlists
Modify the title in the Create playlist
node (e.g., add “(Copy)” or a prefix).
🔄 Automate it regularly
Replace the Manual Trigger
with a Cron
node if you want to run this periodically.
🧪 Test safely
If you're unsure, use a secondary channel as your test target before applying changes to your main account.