Also add Kick to dataset

This commit is contained in:
Joakim Hellsén 2026-03-17 00:07:22 +01:00
commit 563266d8cc
Signed by: Joakim Hellsén
SSH key fingerprint: SHA256:/9h/CsExpFp+PRhsfA0xznFx2CGfTT5R/kpuFfUgEQk
3 changed files with 22 additions and 12 deletions

View file

@ -645,8 +645,8 @@ def dataset_backups_view(request: HttpRequest) -> HttpResponse:
datasets.sort(key=operator.itemgetter("updated_at"), reverse=True)
seo_context: dict[str, Any] = _build_seo_context(
page_title="Twitch Dataset",
page_description="Database backups and datasets available for download.",
page_title="Twitch/Kick drop data",
page_description="Twitch/Kick datasets available for download, including historical drop campaign data and more.",
)
context: dict[str, Any] = {
"datasets": datasets,