mirror of
https://github.com/LaQuay/TDTChannels.git
synced 2025-05-20 20:58:24 +02:00
Add ambit to m3u8
This commit is contained in:
parent
9c270bbc6e
commit
fa1bdd0088
2 changed files with 4 additions and 4 deletions
script
|
@ -23,7 +23,7 @@ class Ambito:
|
|||
for channel in self.channels:
|
||||
for option in channel.get_options():
|
||||
if option.is_m3u8_valid():
|
||||
channels_list += channel.to_m3u8(option)
|
||||
channels_list += channel.to_m3u8(self.name, option)
|
||||
return channels_list
|
||||
|
||||
def to_m3u8(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue