Automated YouTube Video Uploads with 12h Interval Scheduling in JST — n8n Workflow

Gemiddeld complexiteit Trigger8 knooppunten📣 Marketingdoor Zane

Overzicht

This workflow automates a batch upload of multiple videos to YouTube, spacing each upload 12 hours apart in Japan Standard Time (UTC+9) and automatically adding them to a playlist.

⚙️ Workflow Logic

Manual Trigger — Starts the workflow manually.
List Video Files — Uses a shell command to find all .mp4 files under the specified directory (/opt/downloads/单词卡/A1-A2).
Sort and Generate Items — Sorts videos by day number (dayXX) extracted from filenames and assigns a sequential order value.
C

Gebruikte knooppunten

YouTubeCode

Workflow-voorvertoning

Overview
This workflow automates video publishing to YouTube.
It lists local video files, generates upload metadata,
List & Prepare Files
Retrieves all video files from the local folder and pre
Each item includes the file path and basic information
Sort & Schedule Uploads
Sorts videos in the correct order and calculates a publ
Each video is assigned a publishAt time spaced 12 hours
Process in Batches
Ensures videos are handled one by one.
Prevents large uploads from overloading memory and make
Upload to YouTube
Reads each video from disk and uploads it to YouTube as
The video becomes public automatically at its scheduled
Add to Playlist
After upload, each video is automatically added to the
M
Manual Trigger
L
List Video Files
Sort and Generate Items
Calculate Publish Schedu…
S
Split in Batches (1 per …
R
Read Video File
Upload to YouTube (Sched…
Add to Playlist
8 nodes8 edges

Hoe het werkt

  1. 1

    Trigger

    De workflow start met een trigger-trigger.

  2. 2

    Verwerking

    Gegevens stromen door 8 knooppunten, connecting code, executecommand, manualtrigger.

  3. 3

    Uitvoer

    De workflow voltooit zijn automatisering en levert het resultaat aan de geconfigureerde bestemming.

Knooppuntdetails (8)

YO

YouTube

youTube

#1
CO

Code

code

#2

Hoe deze workflow te importeren

  1. 1Klik op de knop JSON downloaden rechts om het workflowbestand op te slaan.
  2. 2Open uw n8n-instantie. Ga naar Workflows → Nieuw → Importeren uit bestand.
  3. 3Selecteer het gedownloade bestand automated-youtube-video-uploads-with-12h-interval-scheduling-in-jst en klik op Importeren.
  4. 4Stel inloggegevens in voor elk serviceknooppunt (API-sleutels, OAuth, enz.).
  5. 5Klik op Workflow testen om te controleren of alles werkt, activeer het vervolgens.

Of plak rechtstreeks in n8n → Importeren uit JSON:

{ "name": "Automated YouTube Video Uploads with 12h Interval Scheduling in JST", "nodes": [...], ...}

Integraties

codeexecutecommandmanualtriggerreadwritefilesplitinbatchesyoutube

Haal deze workflow op

Download en importeer met één klik

JSON downloadenBekijken op n8n.io
Knooppunten8
Complexiteitmedium
Triggertrigger
CategorieMarketing

Gemaakt door

Zane

Zane

@zane

Tags

codeexecutecommandmanualtriggerreadwritefilesplitinbatchesyoutube

Nieuw bij n8n?

n8n is een gratis open-source workflow-automatiseringstool. Host het zelf of gebruik de cloudversie.

n8n gratis ophalen →