{% extends 'notifpy/base.html' %} {% load static %} {% block title %}Settings ∣ {{ block.super }}{% endblock %} {% block main_content %}

Settings

YouTube token

{% if operator.youtube.oauth_flow.credentials.is_valid %} Credentials are valid (client ID {{ operator.youtube.oauth_flow.credentials.client_id }}). {% else %} Credentials are not valid. {% endif %}

{% if operator.youtube.oauth_flow.token %} Delivered at {{operator.youtube.oauth_flow.token.delivery_datetime|date:"Y-m-d H:i:s"}} and expires at {{operator.youtube.oauth_flow.token.expiration_datetime|date:"Y-m-d H:i:s"}}. {% else %} No token found. {% endif %}

Channel Updates
{%csrf_token%}
{%csrf_token%}

Videos belonging to any playlists will not be considered by this.

{%csrf_token%}

Write space separated update hours for each priority level.

Twitch token

{% if operator.twitch.oauth_flow.credentials.is_valid %} Credentials are valid (client ID {{ operator.twitch.oauth_flow.credentials.client_id }}). {% else %} Credentials are not valid. {% endif %}

{% if operator.twitch.oauth_flow.token %} Delivered at {{operator.twitch.oauth_flow.token.delivery_datetime|date:"Y-m-d H:i:s"}} and expires at {{operator.twitch.oauth_flow.token.expiration_datetime|date:"Y-m-d H:i:s"}}. {% else %} No token found. {% endif %}

{% endblock main_content %}