diff --git a/app.py b/app.py index 1757f1f..f88e400 100644 --- a/app.py +++ b/app.py @@ -37,7 +37,7 @@ # 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 f.write(f'#EXTINF:-1 tvg-logo="{image_url}" group-title="{group}", {channel_name}\n{m3u8_url}\n')