{
  "name": "YouTube advanced RSS generator with Telegram formation",
  "nodes": [
    {
      "id": null,
      "name": "n8n Form Trigger",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        -300,
        -260
      ]
    },
    {
      "id": null,
      "name": "Get Channel ID",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        700,
        -440
      ]
    },
    {
      "id": null,
      "name": "Set XML URL",
      "type": "n8n-nodes-base.set",
      "position": [
        900,
        -440
      ]
    },
    {
      "id": null,
      "name": "Set Channel Username",
      "type": "n8n-nodes-base.set",
      "position": [
        520,
        -440
      ]
    },
    {
      "id": null,
      "name": "Set XML Feed URL",
      "type": "n8n-nodes-base.set",
      "position": [
        900,
        -260
      ]
    },
    {
      "id": null,
      "name": "Set Video ID",
      "type": "n8n-nodes-base.set",
      "position": [
        520,
        -80
      ]
    },
    {
      "id": null,
      "name": "Get Video ID Channel ID",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        700,
        -80
      ]
    },
    {
      "id": null,
      "name": "Set XML Feed",
      "type": "n8n-nodes-base.set",
      "position": [
        900,
        -80
      ]
    },
    {
      "id": null,
      "name": "Get Temporary Token",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        320,
        -440
      ]
    },
    {
      "id": null,
      "name": "GTT",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        320,
        -80
      ]
    },
    {
      "id": null,
      "name": "Aggregate",
      "type": "n8n-nodes-base.aggregate",
      "position": [
        1080,
        -260
      ]
    },
    {
      "id": null,
      "name": "Youtube Channel Videos RSS Formats",
      "type": "n8n-nodes-base.set",
      "position": [
        1260,
        -180
      ]
    },
    {
      "id": null,
      "name": "Youtube Channel Community RSS Formats",
      "type": "n8n-nodes-base.set",
      "position": [
        1260,
        -400
      ]
    },
    {
      "id": null,
      "name": "Respond to Webhook",
      "type": "n8n-nodes-base.respondToWebhook",
      "position": [
        1900,
        -280
      ]
    },
    {
      "id": null,
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -360,
        140
      ],
      "parameters": {
        "width": 2425.409405354546,
        "height": 200.24482670360715,
        "content": "## ℹ️ **Workarounds And Information**\n\n### - **No need to acquire Google Cloud API** to retrieve channel data. I have implemented a free workaround method.\n### - The workflow code has been **tested an"
      }
    },
    {
      "id": null,
      "name": "Switch",
      "type": "n8n-nodes-base.switch",
      "position": [
        60,
        -260
      ]
    },
    {
      "id": null,
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -360,
        -520
      ],
      "parameters": {
        "width": 2429.6732915601406,
        "height": 644.5128280596109,
        "content": "## 🌐 **Generate RSS Feeds for Public Youtube Channel (No API Or Administrator permissions Required 😉)**\n**``Yes, As you heard``** This Workflow using `3rd party` APIs & Solutions to get the job done. "
      }
    },
    {
      "id": null,
      "name": "Validation Code",
      "type": "n8n-nodes-base.code",
      "position": [
        -120,
        -260
      ]
    },
    {
      "id": null,
      "name": "Format response as HTML Table",
      "type": "n8n-nodes-base.code",
      "position": [
        1680,
        -280
      ]
    },
    {
      "id": null,
      "name": "Merga Data of Youtube & Community RSS",
      "type": "n8n-nodes-base.merge",
      "position": [
        1480,
        -280
      ]
    }
  ],
  "connections": {
    "GTT": {
      "main": [
        [
          {
            "node": "Set Video ID",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Switch": {
      "main": [
        [
          {
            "node": "Get Temporary Token",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Set XML Feed URL",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "GTT",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Aggregate": {
      "main": [
        [
          {
            "node": "Youtube Channel Community RSS Formats",
            "type": "main",
            "index": 0
          },
          {
            "node": "Youtube Channel Videos RSS Formats",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Set XML URL": {
      "main": [
        [
          {
            "node": "Aggregate",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Set Video ID": {
      "main": [
        [
          {
            "node": "Get Video ID Channel ID",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Set XML Feed": {
      "main": [
        [
          {
            "node": "Aggregate",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Channel ID": {
      "main": [
        [
          {
            "node": "Set XML URL",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Validation Code": {
      "main": [
        [
          {
            "node": "Switch",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Set XML Feed URL": {
      "main": [
        [
          {
            "node": "Aggregate",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "n8n Form Trigger": {
      "main": [
        [
          {
            "node": "Validation Code",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Temporary Token": {
      "main": [
        [
          {
            "node": "Set Channel Username",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Set Channel Username": {
      "main": [
        [
          {
            "node": "Get Channel ID",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Video ID Channel ID": {
      "main": [
        [
          {
            "node": "Set XML Feed",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Format response as HTML Table": {
      "main": [
        [
          {
            "node": "Respond to Webhook",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Youtube Channel Videos RSS Formats": {
      "main": [
        [
          {
            "node": "Merga Data of Youtube & Community RSS",
            "type": "main",
            "index": 1
          }
        ]
      ]
    },
    "Merga Data of Youtube & Community RSS": {
      "main": [
        [
          {
            "node": "Format response as HTML Table",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Youtube Channel Community RSS Formats": {
      "main": [
        [
          {
            "node": "Merga Data of Youtube & Community RSS",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}