From f372e279787e8923dc93f72115c5db9d30d92f66 Mon Sep 17 00:00:00 2001 From: lambda <> Date: Wed, 25 Feb 2026 17:12:02 +0100 Subject: [PATCH] NBLA: Add new all_manifest parameter to manifest request --- NBLA/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NBLA/config.yaml b/NBLA/config.yaml index df16093..c4df728 100644 --- a/NBLA/config.yaml +++ b/NBLA/config.yaml @@ -10,4 +10,4 @@ endpoints: video: https://content.api.nebula.app/content/videos/{slug}/ video_channel: https://content.api.nebula.app/video_channels/{id}/ video_channel_episodes: https://content.api.nebula.app/video_channels/{id}/video_episodes/?ordering=published_at - manifest: https://content.api.nebula.app/video_episodes/{video_id}/manifest.m3u8?token={jwt}&app_version=25.2.1&platform=web + manifest: https://content.api.nebula.app/video_episodes/{video_id}/manifest.m3u8?token={jwt}&app_version=26.2.0&platform=web&all_manifest=true