{% extends "default.html" %} {% block title %} {{SITE_NAME}} - Live {% endblock %} {% block content %} {% if error %} {% endif %} {% if msg %} {% endif %}

Live

{% for id, link, thumb, name, title, viewers in live %} {% if v and v.admin_level > 1 %} {% endif %} {% endfor %}
{{name}} thumbnail {{name}} {{title}} {{viewers}}

Offline

{% for id, link, thumb, name in offline %} {% if v and v.admin_level > 1 %} {% endif %} {% endfor %}
{{name}} thumbnail {{name}}
{% if v and v.admin_level > 1 %}

you can get the channel id using this site https://streamweasels.com/tools/youtube-channel-id-and-user-id-convertor

{% endif %}
{% endblock %}