{% extends "base.html" %} {% block title %}Channels{% endblock %} {% block content %}

Add New Channel

Paste any YouTube channel URL or enter the channel ID directly
Supported formats: youtube.com/@handle, youtube.com/channel/ID, youtube.com/c/name, youtube.com/user/name
Display name for the channel folder. Leave blank to auto-detect from URL.

Configured Channels

{% if channels %}
{% for channel in channels %} {% endfor %}
Channel Name Channel ID Actions
{{ channel.name }} {{ channel.id }} View on YouTube Delete
{% else %}

No channels configured yet. Add your first channel above to get started!

{% endif %}

How to Add Channels

Option 1: Paste the Channel URL (Easiest)

  1. Go to the YouTube channel you want to sync
  2. Copy the URL from your browser address bar
  3. Paste it into the "Channel URL or ID" field above
  4. Click "Add Channel" - the name will be detected automatically!

Option 2: Enter Channel ID Directly

If you have the channel ID (starts with "UC" and is 24 characters long), just paste it directly.

Example: UCfDNi1aEljAQ17mUrfUjkvg

Supported URL Formats

{% endblock %}