mirror of
https://github.com/LaQuay/TDTChannels.git
synced 2025-05-29 00:55:36 +02:00
remove space in m3u8
This commit is contained in:
parent
62b48f5f6b
commit
6f41842d04
2 changed files with 4 additions and 4 deletions
script
|
@ -61,8 +61,8 @@
|
|||
if ambit_name != "":
|
||||
info += f' group-title="{ambit_name}"'
|
||||
|
||||
info += ', ' + self.name
|
||||
info += '\n' + option.get_url() + '\n'
|
||||
info += f',{self.name}'
|
||||
info += f'\n{option.get_url()}\n'
|
||||
|
||||
return info
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue