mirror of
https://github.com/LaQuay/TDTChannels.git
synced 2024-11-22 08:53:35 +01:00
remove space in m3u8
This commit is contained in:
parent
62b48f5f6b
commit
6f41842d04
2 changed files with 4 additions and 4 deletions
|
@ -11,7 +11,7 @@ Lista de canales de televisión, y radio, que se emiten en abierto por Internet.
|
|||
**Chat Telegram**: [Telegram TDTChannels - Canales TDT](https://t.me/canales_tdt)
|
||||
|
||||
#### Descargar listas de reproducción
|
||||
*(Última actualización: 08/02/2019)*
|
||||
*(Última actualización: 14/02/2019)*
|
||||
|
||||
- [m3u8](http://91.121.64.179/tdt_project/output/channels.m3u8)
|
||||
|
||||
|
@ -20,7 +20,7 @@ Lista de canales de televisión, y radio, que se emiten en abierto por Internet.
|
|||
- [enigma2](http://91.121.64.179/tdt_project/output/userbouquet.tdtchannels.tv)
|
||||
|
||||
### Ayuda
|
||||
Hay una _wiki_ del proyecto [aquí](https://github.com/LaQuay/TDTChannels/wiki).
|
||||
_Wiki_ del proyecto [aquí](https://github.com/LaQuay/TDTChannels/wiki).
|
||||
|
||||
### Noticias
|
||||
*01/2019* - [El Androide Libre - Ver la tele en tu Android, una manera muy sencilla y completa](https://elandroidelibre.elespanol.com/2019/01/ver-tele-android-manera-sencilla-completa.html)
|
||||
|
|
|
@ -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…
Reference in a new issue