1
0
Fork 0
mirror of https://github.com/LaQuay/TDTChannels.git synced 2025-05-23 22:47:39 +02:00

first version radio m3u8

This commit is contained in:
LaQuay 2019-03-26 00:38:03 +01:00
parent 4d7e2f83ce
commit 3909f5aba9
4 changed files with 274 additions and 49 deletions

View file

@ -1,4 +1,5 @@
class Channel:
# TODO Create TVChannel and RadioChannel
class Channel:
def __init__(self, name, web, resolution, logo, epg_id, extra_info):
self.name = name
self.web = web