{{ feed.title }}
{{ total_entries }} entries
{{ feed.last_exception.type_name }}
{{ feed.last_exception.value_str }}
{{ feed.last_exception.traceback_str }}
Actions
uv run playwright install chromium once on this machine.
Customization
Feed URL
Webhook
{% if current_webhook_name %}Current webhook: {{ current_webhook_name }}
{% elif current_webhook_url %}This feed references a missing webhook. Choose a webhook below to reattach it.
{% else %}No webhook is attached to this feed yet.
{% endif %} {% if webhooks %} {% else %}Add a webhook first to attach this feed.
{% endif %}Feed Information
Update Interval
{% if feed_interval %} Custom {% else %} Using global default {% endif %}Current: {% if feed_interval %} {{ feed_interval }} {% if feed_interval >= 60 %}({{ (feed_interval / 60) | round(1) }} hours){% endif %} {% else %} {{ global_interval }} {% if global_interval >= 60 %}({{ (global_interval / 60) | round(1) }} hours){% endif %} {% endif %} minutes