From be31f5df1446c14f2a937d880f9611d60a6f29f5 Mon Sep 17 00:00:00 2001 From: Firoz Ahmed Date: Wed, 4 Dec 2024 20:29:05 +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 f2f56c5..812ed5d 100644 --- a/app.py +++ b/app.py @@ -48,7 +48,7 @@ def write_playlist(file_path, handles): channel_data = fetch_channel_data(handle) if channel_data: # m3u8_url = f'https://ythls.armelin.one/channel/{channel_data["channel_id"]}.m3u8' - m3u8_url = https://ythls-v3.onrender.com/channel/{channel_data["channel_id"]}.m3u8 + m3u8_url = f'https://ythls-v3.onrender.com/channel/{channel_data["channel_id"]}.m3u8' f.write(f'#EXTINF:-1 tvg-logo="{channel_data["image_url"]}" group-title="{group}", {channel_data["channel_name"]}\n{m3u8_url}\n') def write_channel_data(file_path, handles):