Added F1 channels
This commit is contained in:
1755
tools/channels.m3u
1755
tools/channels.m3u
File diff suppressed because it is too large
Load Diff
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user