YouTube Channel Monitor
Tracked external channels and generated summary artifacts.
videos.json: {{ 'present' if videos_json_exists else 'missing' }}
summary folders: {{ summary_count }}
{{ monitor_root }}
Recent Summary Artifacts
{% for it in items %}
{{ it.id }}
summary: {{ 'yes' if it.has_summary else 'no' }}
{% if it.has_summary %}
{{ it.summary_path }}
{% endif %}
{% endfor %}
{% if items|length == 0 %}
No summary folders found yet.
{% endif %}
Generated {{ now.strftime('%Y-%m-%d %H:%M') }}