mirror of
https://github.com/LaQuay/TDTChannels.git
synced 2024-11-23 01:13:25 +01:00
Fix logo
This commit is contained in:
parent
1a93e62f6d
commit
53cc99d844
1 changed files with 2 additions and 0 deletions
|
@ -40,6 +40,8 @@ def get_channels_from_part(text):
|
|||
item_resolution = list_to_iterate[i + 3].strip()
|
||||
|
||||
item_logo = list_to_iterate[i + 4].strip()
|
||||
if len(item_logo) > 0 and item_logo[0] != "-":
|
||||
item_logo = stringbetween(item_logo, "(", ")")
|
||||
|
||||
item_epg = list_to_iterate[i + 5].strip()
|
||||
|
||||
|
|
Loading…
Reference in a new issue