Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
firofame authored Dec 4, 2024
1 parent 6ce00bc commit be31f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit be31f5d

Please sign in to comment.