Added F1 channels

This commit is contained in:
Joan
2024-09-11 20:20:46 +02:00
parent dbd476389d
commit 9a00a7eca7
2 changed files with 964 additions and 793 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -79,7 +79,7 @@ with open(m3u_file, 'r') as f:
match_url = url_regex.search(line) match_url = url_regex.search(line)
if match_url: if match_url:
url = match_url.group(0) url = match_url.group(0)
if tvg_id not in channels and tvg_id != "": if tvg_id not in channels and tvg_id != "":
channels[tvg_id] = { channels[tvg_id] = {
'group_title': group_title, 'group_title': group_title,