- Paramount in adesso in onda

- StreamingCommunity come server
This commit is contained in:
Alhaziel01
2021-01-16 16:54:31 +01:00
parent 4a5dca826e
commit 09cc856460
5 changed files with 84 additions and 11 deletions

View File

@@ -241,7 +241,7 @@ def live(item):
from concurrent_py2 import futures
itemlist = []
channels_dict = {}
channels = ['raiplay', 'mediasetplay', 'la7']
channels = ['raiplay', 'mediasetplay', 'la7', 'paramount']
with futures.ThreadPoolExecutor() as executor:
itlist = [executor.submit(load_live, channel) for channel in channels]