From 62bb5ea4aafcb1c26a97696b81704cb1a190e33c Mon Sep 17 00:00:00 2001 From: Firoz Ahmed Date: Sun, 4 Aug 2024 13:32:04 +0530 Subject: [PATCH] Update app.py --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 232e6c9..fd6fe88 100644 --- a/app.py +++ b/app.py @@ -36,7 +36,7 @@ channel_id = data['contents']['twoColumnWatchNextResults']['results']['results']['contents'][1]['videoSecondaryInfoRenderer']['owner']['videoOwnerRenderer']['title']['runs'][0]['navigationEndpoint']['browseEndpoint']['browseId'] # Construct the M3U8 URL for the channel's live stream - m3u8_url = f'https://live.firofame.workers.dev/?@={handle}' + m3u8_url = f'https://ythls.armelin.one/channel/{channel_id}.m3u8' # m3u8_url = f'https://live.firofame.workers.dev/?@={handle}' # Write the metadata and URL to the playlist file