1
0
Fork 0
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:
Marc 2019-02-14 23:38:40 +01:00
parent 62b48f5f6b
commit 6f41842d04
2 changed files with 4 additions and 4 deletions

View file

@ -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