AutomationFlowsSocial Media › Youtube Downloader - Simple

Youtube Downloader - Simple

YouTube Downloader - Simple. Uses manualChatTrigger, httpRequest, sendMessage. Chat trigger; 3 nodes.

Chat trigger trigger★☆☆☆☆ complexity3 nodesManual Chat TriggerHTTP RequestSend Message
Social Media Trigger: Chat trigger Nodes: 3 Complexity: ★☆☆☆☆ Added:

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "name": "YouTube Downloader - Simple",
  "nodes": [
    {
      "parameters": {
        "options": {}
      },
      "id": "trigger-001",
      "name": "Chat Trigger",
      "type": "n8n-nodes-base.manualChatTrigger",
      "typeVersion": 1,
      "position": [
        240,
        300
      ]
    },
    {
      "parameters": {
        "method": "POST",
        "url": "http://youtube-downloader:5000/download",
        "authentication": "none",
        "sendBody": true,
        "contentType": "json",
        "body": "={\n  \"url\": \"{{ $json.chatInput }}\",\n  \"format\": \"best\"\n}",
        "options": {
          "timeout": 300000
        }
      },
      "id": "download-001",
      "name": "Download YouTube Video",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4.2,
      "position": [
        460,
        300
      ]
    },
    {
      "parameters": {
        "options": {
          "text": "={{ $json.success ? '\u2705 Download Conclu\u00eddo!\\n\\n\ud83d\udcf9 ' + $json.title + '\\n\ud83d\udc64 ' + $json.uploader + '\\n\ud83d\udcc1 ' + $json.filename : '\u274c Erro: ' + $json.error }}"
        }
      },
      "id": "response-001",
      "name": "Send Response",
      "type": "n8n-nodes-base.sendMessage",
      "typeVersion": 1,
      "position": [
        680,
        300
      ]
    }
  ],
  "connections": {
    "Chat Trigger": {
      "main": [
        [
          {
            "node": "Download YouTube Video",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Download YouTube Video": {
      "main": [
        [
          {
            "node": "Send Response",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "settings": {
    "executionOrder": "v1"
  },
  "staticData": null,
  "tags": [],
  "triggerCount": 0,
  "updatedAt": "2025-12-24T13:30:00.000Z",
  "versionId": "1"
}
Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

YouTube Downloader - Simple. Uses manualChatTrigger, httpRequest, sendMessage. Chat trigger; 3 nodes.

Source: https://github.com/brotto/youtube-downloader-api/blob/main/n8n-workflow-simple.json — original creator credit. Request a take-down →

More Social Media workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

Social Media

YouTube Downloader Workflow. Uses manualChatTrigger, httpRequest, sendMessage. Chat trigger; 13 nodes.

Manual Chat Trigger, HTTP Request, Send Message
Social Media

This template is for learners, researchers, students and professionals who want to quickly capture the essence of a YouTube video.

Chat Trigger, HTTP Request, Chain Llm +2
Social Media

Convert YouTube videos into SEO-friendly blog posts in just seconds using this fully automated n8n workflow. Perfect for content creators, marketers, educators, and bloggers looking to repurpose video

Form Trigger, Google Docs, HTTP Request
Social Media

This workflow is for social media agencies, influencer marketers, and brand managers who need to automatically qualify TikTok creators based on their follower metrics. It’s especially useful for teams

Airtable Trigger, HTTP Request, Airtable
Social Media

Get Long Lived Facebook User Or Page Access Token. Uses manualTrigger, httpRequest, stickyNote. Event-driven trigger; 5 nodes.

HTTP Request