Update generate.py

This commit is contained in:
Eduard Prigoana 2025-02-05 09:18:48 +02:00 committed by GitHub
parent 7955950edc
commit 79584a41fd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -40,7 +40,7 @@ def combine_m3u(urls):
# Return the combined M3U content
return '#EXTM3U\n' + '\n'.join(unique_streams.values())
@app.route('/all.m3u')
@app.route('/all.m3u8')
def serve_m3u():
"""Serve the combined M3U file."""
global combined_m3u