LoremPizza commited on
Commit
af0655f
·
verified ·
1 Parent(s): 37fd022

Update dictionaries.py

Browse files
Files changed (1) hide show
  1. dictionaries.py +63 -62
dictionaries.py CHANGED
@@ -24,7 +24,7 @@ STREAM = {
24
  "title": "Rai 1",
25
  "name": "Full HD",
26
  "genres": ["Rai"],
27
- "poster": "https://upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Rai_1_-_Logo_2016.svg/1280px-Rai_1_-_Logo_2016.svg.png",
28
  "url": "http://173.208.52.200/rai1/index.m3u8"
29
  },
30
  {
@@ -32,7 +32,7 @@ STREAM = {
32
  "title": "Rai 2",
33
  "name": "Full HD",
34
  "genres": ["Rai"],
35
- "poster": "https://upload.wikimedia.org/wikipedia/commons/thumb/9/99/Rai_2_-_Logo_2016.svg/1280px-Rai_2_-_Logo_2016.svg.png",
36
  "url": "http://173.208.52.200/rai2/index.m3u8"
37
  },
38
  {
@@ -40,7 +40,7 @@ STREAM = {
40
  "title": "Rai 3",
41
  "name": "Full HD",
42
  "genres": ["Rai"],
43
- "poster": "https://upload.wikimedia.org/wikipedia/commons/thumb/4/47/Rai_3_-_Logo_2016.svg/1280px-Rai_3_-_Logo_2016.svg.png",
44
  "url": "http://173.208.52.200/rai3/index.m3u8"
45
  },
46
  {
@@ -48,7 +48,7 @@ STREAM = {
48
  "title": "Rai 4",
49
  "name": "Full HD",
50
  "genres": ["Rai"],
51
- "poster": "https://upload.wikimedia.org/wikipedia/commons/thumb/4/47/Rai_3_-_Logo_2016.svg/1280px-Rai_3_-_Logo_2016.svg.png",
52
  "url": "http://173.208.52.200/rai4/index.m3u8"
53
  },
54
  {
@@ -56,7 +56,7 @@ STREAM = {
56
  "title": "Rai Premium",
57
  "name": "Full HD",
58
  "genres": ["Rai"],
59
- "poster": "https://upload.wikimedia.org/wikipedia/commons/thumb/a/ad/Rai_Premium_-_Logo_2017.svg/1920px-Rai_Premium_-_Logo_2017.svg.png",
60
  "url": "https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=746992"
61
  },
62
  {
@@ -73,7 +73,7 @@ STREAM = {
73
  "title": "Rai News",
74
  "name": "Unknown",
75
  "genres": ["Rai"],
76
- "poster": "https://upload.wikimedia.org/wikipedia/commons/thumb/a/a1/Rai_News_24_logo_%282022%29.svg/1920px-Rai_News_24_logo_%282022%29.svg.png",
77
  "url": "https://streamcdnb4-8e7439fdb1694c8da3a0fd63e4dda518.msvdn.net/rainews1/hls/playlist_mo.m3u8"
78
  },
79
  {
@@ -81,7 +81,7 @@ STREAM = {
81
  "title": "Rai Movie",
82
  "name": "Unknown",
83
  "genres": ["Rai"],
84
- "poster": "https://upload.wikimedia.org/wikipedia/commons/thumb/6/61/Rai_Movie_-_Logo_2017.svg/1920px-Rai_Movie_-_Logo_2017.svg.png",
85
  "url": "https://m3u.iranvids.com/rai-movie/output.m3u8"
86
  },
87
  {
@@ -89,7 +89,7 @@ STREAM = {
89
  "title": "Rai Sport",
90
  "name": "Unknown",
91
  "genres": ["Rai"],
92
- "poster": "https://upload.wikimedia.org/wikipedia/commons/thumb/b/b3/Rai_Sport_-_Logo_2022.svg/1920px-Rai_Sport_-_Logo_2022.svg.png",
93
  "url": "https://m3u.iranvids.com/rai-sport01/output.m3u8"
94
  },
95
  {
@@ -105,7 +105,7 @@ STREAM = {
105
  "title": "Euronews",
106
  "name": "720p",
107
  "genres": ["Euronews"],
108
- "poster": "https://upload.wikimedia.org/wikipedia/commons/thumb/9/9c/Euronews_2022.svg/1920px-Euronews_2022.svg.png",
109
  "url": "https://rakuten-euronews-3-it.samsung.wurl.tv/manifest/playlist.m3u8"
110
  },
111
  {
@@ -113,7 +113,7 @@ STREAM = {
113
  "title": "Canale 5",
114
  "name": "Full HD",
115
  "genres": ["Mediaset"],
116
- "poster": "https://upload.wikimedia.org/wikipedia/commons/thumb/0/02/Canale_5_-_2018_logo.svg/1024px-Canale_5_-_2018_logo.svg.png",
117
  "url": "http://173.208.52.200/canale5/index.m3u8"
118
  },
119
  {
@@ -129,7 +129,7 @@ STREAM = {
129
  "title": "Top Crime",
130
  "name": "HD/FHD",
131
  "genres": ["Mediaset"],
132
- "poster": "https://upload.wikimedia.org/wikipedia/commons/thumb/e/e3/Top_Crime_-_Logo_2013.svg/260px-Top_Crime_-_Logo_2013.svg.png",
133
  "url": "https://live02-seg.msf.cdn.mediaset.net/live/ch-lt/lt-clr.isml/index.m3u8"
134
  },
135
  {
@@ -137,7 +137,7 @@ STREAM = {
137
  "title": "Mediaset Extra",
138
  "name": "HD/FHD",
139
  "genres": ["Mediaset"],
140
- "poster": "https://upload.wikimedia.org/wikipedia/commons/thumb/e/e3/Mediaset_Extra_logo.svg/1920px-Mediaset_Extra_logo.svg.png",
141
  "url": "https://live02-seg.msf.cdn.mediaset.net/live/ch-kq/kq-clr.isml/index.m3u8"
142
  },
143
  {
@@ -169,21 +169,21 @@ STREAM = {
169
  "title": "History",
170
  "name": "",
171
  "genres": ["A+E"],
172
- "poster": "https://houseofgeekery.com/wp-content/uploads/2022/06/hiscvr.jpg"
173
  },
174
  {
175
  "id": "comedy-central",
176
  "title": "Comedy Central",
177
  "name": "",
178
  "genres": ["Paramount"],
179
- "poster": "https://upload.wikimedia.org/wikipedia/commons/thumb/a/aa/Comedy_Central_2018.svg/1920px-Comedy_Central_2018.svg.png"
180
  },
181
  {
182
- "id": "skytg24",
183
  "title": "Sky TG24",
184
  "name": "Unknown",
185
  "genres": ["Sky"],
186
- "poster": "https://upload.wikimedia.org/wikipedia/commons/thumb/c/c3/Sky_TG24_-_Logo_2021.svg/1920px-Sky_TG24_-_Logo_2021.svg.png",
187
  "url": "https://hlslive-web-gcdn-skycdn-it.akamaized.net/TACT/12221/web/master.m3u8?hdnts=st=1701861650~exp=1765449000~acl=/*~hmac=84c9f3f71e57b13c3a67afa8b29a8591ea9ed84bf786524399545d94be1ec04d"
188
  },
189
  {
@@ -199,7 +199,7 @@ STREAM = {
199
  "title": "Cielo",
200
  "name": "SD",
201
  "genres": ["Sky"],
202
- "poster": "https://upload.wikimedia.org/wikipedia/commons/thumb/f/f2/Cielo_TV_logo_2013.svg/1920px-Cielo_TV_logo_2013.svg.png",
203
  "url": "https://hlslive-web-gcdn-skycdn-it.akamaized.net/TACT/11219/cieloweb/master.m3u8?hdnea=st=1701861650~exp=1765449000~acl=/*~hmac=84c9f3f71e57b13c3a67afa8b29a8591ea9ed84bf786524399545d94be1ec04d"
204
  },
205
  {
@@ -207,126 +207,126 @@ STREAM = {
207
  "title": "Sky Cinema Action",
208
  "name": "",
209
  "genres": ["Sky"],
210
- "poster": "https://static.wikia.nocookie.net/logopedia/images/4/4b/Sky_Cinema_Action_HD_(alternative).svg"
211
  },
212
  {
213
  "id": "sky-arte",
214
  "title": "Sky Arte",
215
  "name": "",
216
  "genres": ["Sky"],
217
- "poster": "https://upload.wikimedia.org/wikipedia/en/9/9c/Sky_Arts_2020.png"
218
  },
219
  {
220
  "id": "sky-atlantic",
221
  "title": "Sky Atlantic",
222
  "name": "",
223
  "genres": ["Sky"],
224
- "poster": "https://upload.wikimedia.org/wikipedia/commons/thumb/1/18/Sky_Atlantic_-_Logo_2020.svg/1920px-Sky_Atlantic_-_Logo_2020.svg.png"
225
  },
226
  {
227
  "id": "sky-cinema-collection",
228
  "title": "Sky Cinema Collection",
229
  "name": "",
230
  "genres": ["Sky"],
231
- "poster": "https://upload.wikimedia.org/wikipedia/commons/2/20/Sky_Cinema_Collection_-_Logo_2021.svg"
232
  },
233
  {
234
  "id": "sky-cinema-comedy",
235
  "title": "Sky Cinema Comedy",
236
  "name": "",
237
  "genres": ["Sky"],
238
- "poster": "https://upload.wikimedia.org/wikipedia/commons/e/e7/Sky_Cinema_Comedy_-_Logo_2021.svg"
239
  },
240
  {
241
  "id": "sky-cinema-drama",
242
  "title": "Sky Cinema Drama",
243
  "name": "",
244
  "genres": ["Sky"],
245
- "poster":"https://upload.wikimedia.org/wikipedia/commons/3/33/Sky_Cinema_Drama_-_Logo_2021.svg"
246
  },
247
  {
248
  "id": "sky-cinema-due",
249
  "title": "Sky Cinema Due",
250
  "name": "",
251
  "genres": ["Sky"],
252
- "poster": "https://upload.wikimedia.org/wikipedia/commons/thumb/9/96/Sky_Cinema_Due_-_Logo_2021.svg/1920px-Sky_Cinema_Due_-_Logo_2021.svg.png"
253
  },
254
  {
255
  "id": "sky-cinema-family",
256
  "title": "Sky Cinema Family",
257
  "name": "",
258
  "genres": ["Sky"],
259
- "poster": "https://upload.wikimedia.org/wikipedia/commons/2/2b/Sky_Cinema_Family_-_Logo_2021.svg"
260
  },
261
  {
262
  "id": "sky-cinema-romance",
263
  "title": "Sky Cinema Romance",
264
  "name": "",
265
  "genres": ["Sky"],
266
- "poster": "https://upload.wikimedia.org/wikipedia/commons/6/6b/Sky_Cinema_Romance_-_Logo_2021.svg"
267
  },
268
  {
269
  "id": "sky-cinema-suspence",
270
  "title": "Sky Cinema Suspence",
271
  "name": "",
272
  "genres": ["Sky"],
273
- "poster": "https://upload.wikimedia.org/wikipedia/commons/thumb/2/24/Sky_Cinema_Suspense_HD_-_Logo_2021.svg/1920px-Sky_Cinema_Suspense_HD_-_Logo_2021.svg.png"
274
  },
275
  {
276
  "id": "sky-cinema-uno",
277
  "title": "Sky Cinema Uno",
278
  "name": "",
279
  "genres": ["Sky"],
280
- "poster": "https://upload.wikimedia.org/wikipedia/commons/thumb/6/69/Sky_Cinema_Uno_%2B24_-_Logo_2021.svg/1920px-Sky_Cinema_Uno_%2B24_-_Logo_2021.svg.png"
281
  },
282
  {
283
  "id": "sky-crime",
284
  "title": "Sky Crime",
285
  "name": "",
286
  "genres": ["Sky"],
287
- "poster": "https://upload.wikimedia.org/wikipedia/en/thumb/a/ad/Sky_Crime_logo_2020.svg/1920px-Sky_Crime_logo_2020.svg.png"
288
  },
289
  {
290
  "id": "sky-documentaries",
291
  "title": "Sky Documentaries",
292
  "name": "",
293
  "genres": ["Sky"],
294
- "poster": "https://upload.wikimedia.org/wikipedia/commons/thumb/8/81/Sky_Documentaries.svg/1920px-Sky_Documentaries.svg.png"
295
  },
296
  {
297
  "id": "sky-investigation",
298
  "title": "Sky Investigation",
299
  "name": "",
300
  "genres": ["Sky"],
301
- "poster": "https://upload.wikimedia.org/wikipedia/commons/thumb/8/8d/Sky_Investigation.svg/1920px-Sky_Investigation.svg.png"
302
  },
303
  {
304
  "id": "sky-nature",
305
  "title": "Sky Nature",
306
  "name": "",
307
  "genres": ["Sky"],
308
- "poster":"https://static.wikia.nocookie.net/logopedia/images/f/f1/Sky_Nature_2020.svg"
309
  },
310
  {
311
  "id": "sky-serie",
312
  "title": "Sky Serie",
313
  "name": "",
314
  "genres": ["Sky"],
315
- "poster": "https://static.wikia.nocookie.net/logopedia/images/5/54/Sky_Serie.svg"
316
  },
317
  {
318
  "id": "sky-uno",
319
  "title": "Sky Uno",
320
  "name": "",
321
  "genres": ["Sky"],
322
- "poster": "https://static.wikia.nocookie.net/logopedia/images/6/66/Sky_Uno_-_Logo_2018.svg"
323
  },
324
  {
325
  "id": "sky-sport-24",
326
  "title": "Sky Sport 24",
327
  "name": "",
328
  "genres": ["Sky"],
329
- "poster": "https://static.wikia.nocookie.net/logopedia/images/5/5d/Sky_Sport_24_2020.svg"
330
 
331
  },
332
  {
@@ -334,168 +334,168 @@ STREAM = {
334
  "title": "Sky Sport Golf",
335
  "name": "",
336
  "genres": ["Sky"],
337
- "poster": "https://static.wikia.nocookie.net/logopedia/images/d/d2/Sky_Sports_Golf_HD.png"
338
  },
339
  {
340
  "id": "sky-sport-251",
341
  "title": "Sky Sport 251",
342
  "name": "",
343
  "genres": ["Sky"],
344
- "poster": "https://upload.wikimedia.org/wikipedia/commons/thumb/7/77/Sky_Sport_-_Logo_2020.svg/1920px-Sky_Sport_-_Logo_2020.svg.png"
345
  },
346
  {
347
  "id": "sky-sport-252",
348
  "title": "Sky Sport 252",
349
  "name": "",
350
  "genres": ["Sky"],
351
- "poster": "https://upload.wikimedia.org/wikipedia/commons/thumb/7/77/Sky_Sport_-_Logo_2020.svg/1920px-Sky_Sport_-_Logo_2020.svg.png"
352
  },
353
  {
354
  "id": "sky-sport-253",
355
  "title": "Sky Sport 253",
356
  "name": "",
357
  "genres": ["Sky"],
358
- "poster": "https://upload.wikimedia.org/wikipedia/commons/thumb/7/77/Sky_Sport_-_Logo_2020.svg/1920px-Sky_Sport_-_Logo_2020.svg.png"
359
  },
360
  {
361
  "id": "sky-sport-254",
362
  "title": "Sky Sport 254",
363
  "name": "",
364
  "genres": ["Sky"],
365
- "poster": "https://upload.wikimedia.org/wikipedia/commons/thumb/7/77/Sky_Sport_-_Logo_2020.svg/1920px-Sky_Sport_-_Logo_2020.svg.png"
366
  },
367
  {
368
  "id": "sky-sport-255",
369
  "title": "Sky Sport 255",
370
  "name": "",
371
  "genres": ["Sky"],
372
- "poster": "https://upload.wikimedia.org/wikipedia/commons/thumb/7/77/Sky_Sport_-_Logo_2020.svg/1920px-Sky_Sport_-_Logo_2020.svg.png"
373
  },
374
  {
375
  "id": "sky-sport-256",
376
  "title": "Sky Sport 256",
377
  "name": "",
378
  "genres": ["Sky"],
379
- "poster": "https://upload.wikimedia.org/wikipedia/commons/thumb/7/77/Sky_Sport_-_Logo_2020.svg/1920px-Sky_Sport_-_Logo_2020.svg.png"
380
  },
381
  {
382
  "id": "sky-sport-257",
383
  "title": "Sky Sport 257",
384
  "name": "",
385
  "genres": ["Sky"],
386
- "poster": "https://upload.wikimedia.org/wikipedia/commons/thumb/7/77/Sky_Sport_-_Logo_2020.svg/1920px-Sky_Sport_-_Logo_2020.svg.png"
387
  },
388
  {
389
  "id": "sky-sport-258",
390
  "title": "Sky Sport 258",
391
  "name": "",
392
  "genres": ["Sky"],
393
- "poster": "https://upload.wikimedia.org/wikipedia/commons/thumb/7/77/Sky_Sport_-_Logo_2020.svg/1920px-Sky_Sport_-_Logo_2020.svg.png"
394
  },
395
  {
396
  "id": "sky-sport-259",
397
  "title": "Sky Sport 259",
398
  "name": "",
399
  "genres": ["Sky"],
400
- "poster": "https://upload.wikimedia.org/wikipedia/commons/thumb/7/77/Sky_Sport_-_Logo_2020.svg/1920px-Sky_Sport_-_Logo_2020.svg.png"
401
  },
402
  {
403
  "id": "sky-sport-260",
404
  "title": "Sky Sport 260",
405
  "name": "",
406
  "genres": ["Sky"],
407
- "poster": "https://upload.wikimedia.org/wikipedia/commons/thumb/7/77/Sky_Sport_-_Logo_2020.svg/1920px-Sky_Sport_-_Logo_2020.svg.png"
408
  },
409
  {
410
  "id": "sky-sport-261",
411
  "title": "Sky Sport 261",
412
  "name": "",
413
  "genres": ["Sky"],
414
- "poster": "https://upload.wikimedia.org/wikipedia/commons/thumb/7/77/Sky_Sport_-_Logo_2020.svg/1920px-Sky_Sport_-_Logo_2020.svg.png"
415
  },
416
  {
417
  "id": "sky-sport-max",
418
  "title": "Sky Sport Max",
419
  "name": "",
420
  "genres": ["Sky"],
421
- "poster": "https://upload.wikimedia.org/wikipedia/commons/9/95/Sky_Max_2021.svg"
422
  },
423
  {
424
  "id": "sky-sport-uno",
425
  "title": "Sky Sport Uno",
426
  "name": "",
427
  "genres": ["Sky"],
428
- "poster": "https://upload.wikimedia.org/wikipedia/commons/thumb/a/af/Sky_Sport_Uno_-_Logo_2020.svg/1920px-Sky_Sport_Uno_-_Logo_2020.svg.png"
429
  },
430
  {
431
  "id": "sky-sport-f1",
432
  "title": "Sky Sport F1",
433
  "name": "",
434
  "genres": ["Sky"],
435
- "poster": "https://upload.wikimedia.org/wikipedia/commons/thumb/e/eb/Sky_Sport_F1_-_Logo_2020.svg/1920px-Sky_Sport_F1_-_Logo_2020.svg.png"
436
  },
437
  {
438
  "id": "sky-sport-motogp",
439
  "title": "Sky Sport MotoGP",
440
  "name": "",
441
  "genres": ["Sky"],
442
- "poster": "https://upload.wikimedia.org/wikipedia/commons/thumb/0/01/Sky_Sport_MotoGP_-_Logo_2020.svg/1920px-Sky_Sport_MotoGP_-_Logo_2020.svg.png"
443
  },
444
  {
445
  "id": "sky-sport-calcio",
446
  "title": "Sky Sport Calcio",
447
  "name": "",
448
  "genres": ["Sky"],
449
- "poster": "https://upload.wikimedia.org/wikipedia/commons/thumb/e/e9/Sky_Sport_Calcio.svg/1920px-Sky_Sport_Calcio.svg.png"
450
  },
451
  {
452
  "id": "sky-sport-arena",
453
  "title": "Sky Sport Arena",
454
  "name": "",
455
  "genres": ["Sky"],
456
- "poster": "https://upload.wikimedia.org/wikipedia/commons/thumb/6/68/Sky_Sport_Arena_-_Logo_2020.svg/1920px-Sky_Sport_Arena_-_Logo_2020.svg.png"
457
  },
458
  {
459
  "id": "sky-sport-tennis",
460
  "title": "Sky Sport Tennis",
461
  "name": "",
462
  "genres": ["Sky"],
463
- "poster": "https://upload.wikimedia.org/wikipedia/commons/thumb/c/c8/Sky_Sport_Tennis.svg/1920px-Sky_Sport_Tennis.svg.png"
464
  },
465
  {
466
  "id": "sky-sport-nba",
467
  "title": "Sky Sport NBA",
468
  "name": "",
469
  "genres": ["Sky"],
470
- "poster": "https://static.wikia.nocookie.net/logopedia/images/f/f4/Sky_Sport_NBA_2020.svg"
471
  },
472
  {
473
  "id": "dazn-zona-a",
474
  "title": "DAZN Zona A",
475
  "name": "",
476
  "genres": ["DAZN"],
477
- "poster": "https://search.bus-hit.me/image_proxy?url=https%3A%2F%2Fupload.wikimedia.org%2Fwikipedia%2Fcommons%2F0%2F03%2FLogo_del_canale_televisivo_Zona_DAZN.svg&h=01f2a96f0856050456cedc029bc289986d577fce54d4d691826822405ed1ff20"
478
  },
479
  {
480
  "id": "eurosport-1",
481
  "title": "Eurosport 1",
482
  "name": "",
483
  "genres": ["Warner Bros"],
484
- "poster": "https://upload.wikimedia.org/wikipedia/commons/thumb/d/d0/Eurosport_1_Logo_2015.svg/1920px-Eurosport_1_Logo_2015.svg.png"
485
  },
486
  {
487
  "id": "eurosport-2",
488
  "title": "Eurosport 2",
489
  "name": "",
490
  "genres": ["Warner Bros"],
491
- "poster": "https://upload.wikimedia.org/wikipedia/commons/thumb/d/d8/Eurosport_2_Logo_2015.svg/1920px-Eurosport_2_Logo_2015.svg.png"
492
  },
493
  {
494
  "id": "dmax",
495
  "title": "DMAX",
496
  "name": "Unknown",
497
  "genres": ["Warner Bros"],
498
- "poster": "https://upload.wikimedia.org/wikipedia/commons/thumb/9/98/DMAX_BLACK.svg/1920px-DMAX_BLACK.svg.png",
499
  "url": "https://amg16146-wbdi-amg16146c8-samsung-it-1841.playouts.now.amagi.tv/playlist/amg16146-warnerbrosdiscoveryitalia-dmax-samsungit/playlist.m3u8"
500
  },
501
  {
@@ -519,7 +519,7 @@ STREAM = {
519
  "title": "Giallo",
520
  "name": "Unknown",
521
  "genres": ["Warner Bros"],
522
- "poster": "https://upload.wikimedia.org/wikipedia/commons/thumb/8/8e/Giallo_-_Logo_2014.svg/200px-Giallo_-_Logo_2014.svg.png",
523
  "url": "https://amg16146-wbdi-amg16146c5-samsung-it-1838.playouts.now.amagi.tv/playlist/amg16146-warnerbrosdiscoveryitalia-giallo-samsungit/playlist.m3u8"
524
  },
525
  {
@@ -543,7 +543,7 @@ STREAM = {
543
  "title": "Nove",
544
  "name": "Unknown",
545
  "genres": ["Warner Bros"],
546
- "poster": "https://upload.wikimedia.org/wikipedia/commons/thumb/2/2d/Nove_-_Logo_2017.svg/220px-Nove_-_Logo_2017.svg.png",
547
  "url": "https://amg16146-wbdi-amg16146c1-samsung-it-1831.playouts.now.amagi.tv/playlist/amg16146-warnerbrosdiscoveryitalia-nove-samsungit/playlist.m3u8"
548
  },
549
 
@@ -552,7 +552,7 @@ STREAM = {
552
  "title": "Real Time",
553
  "name": "Unknown",
554
  "genres": ["Warner Bros"],
555
- "poster": "https://upload.wikimedia.org/wikipedia/commons/thumb/7/7a/Real_Time_logo.svg/1920px-Real_Time_logo.svg.png",
556
  "url": "https://amg16146-wbdi-amg16146c2-samsung-it-1835.playouts.now.amagi.tv/playlist/amg16146-warnerbrosdiscoveryitalia-realtime-samsungit/playlist.m3u8"
557
  },
558
  {
@@ -833,3 +833,4 @@ extra_sources = {
833
  "dmax": ["https://tvit.leicaflorianrobert.dev/discovery/dmax/stream.m3u8"],
834
  "nove": ["https://tvit.leicaflorianrobert.dev/discovery/nove/stream.m3u8"]
835
  }
 
 
24
  "title": "Rai 1",
25
  "name": "Full HD",
26
  "genres": ["Rai"],
27
+ "poster": "https://i.imgur.com/OPV9jJD.png",
28
  "url": "http://173.208.52.200/rai1/index.m3u8"
29
  },
30
  {
 
32
  "title": "Rai 2",
33
  "name": "Full HD",
34
  "genres": ["Rai"],
35
+ "poster": "https://i.imgur.com/uHtYy8w.png",
36
  "url": "http://173.208.52.200/rai2/index.m3u8"
37
  },
38
  {
 
40
  "title": "Rai 3",
41
  "name": "Full HD",
42
  "genres": ["Rai"],
43
+ "poster": "https://i.imgur.com/iXst6me.png",
44
  "url": "http://173.208.52.200/rai3/index.m3u8"
45
  },
46
  {
 
48
  "title": "Rai 4",
49
  "name": "Full HD",
50
  "genres": ["Rai"],
51
+ "poster": "https://i.imgur.com/KGg3hvr.png",
52
  "url": "http://173.208.52.200/rai4/index.m3u8"
53
  },
54
  {
 
56
  "title": "Rai Premium",
57
  "name": "Full HD",
58
  "genres": ["Rai"],
59
+ "poster": "https://www.sorrisi.com/guidatv/bundles/tvscnewsite/css/images/loghi/rai-premium_c.png",
60
  "url": "https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=746992"
61
  },
62
  {
 
73
  "title": "Rai News",
74
  "name": "Unknown",
75
  "genres": ["Rai"],
76
+ "poster": "https://is1-ssl.mzstatic.com/image/thumb/Purple221/v4/31/05/eb/3105eb24-a953-7bb9-876d-0fcfb0a19055/AppIcon-0-0-1x_U007epad-0-10-0-0-85-220.png/1200x630wa.png",
77
  "url": "https://streamcdnb4-8e7439fdb1694c8da3a0fd63e4dda518.msvdn.net/rainews1/hls/playlist_mo.m3u8"
78
  },
79
  {
 
81
  "title": "Rai Movie",
82
  "name": "Unknown",
83
  "genres": ["Rai"],
84
+ "poster": "https://www.sorrisi.com/guidatv/bundles/tvscnewsite/css/images/loghi/rai-movie_c.png",
85
  "url": "https://m3u.iranvids.com/rai-movie/output.m3u8"
86
  },
87
  {
 
89
  "title": "Rai Sport",
90
  "name": "Unknown",
91
  "genres": ["Rai"],
92
+ "poster": "https://www.sorrisi.com/guidatv/bundles/tvscnewsite/css/images/loghi/rai-sport_c.png",
93
  "url": "https://m3u.iranvids.com/rai-sport01/output.m3u8"
94
  },
95
  {
 
105
  "title": "Euronews",
106
  "name": "720p",
107
  "genres": ["Euronews"],
108
+ "poster": "https://yt3.googleusercontent.com/t3slq37NYJRuP2UoEZDoPKyMClKyQULG8-j2DEfzL1XXcBvFpR6z6HD7rtc0wDn8Mqt0OtpU=s900-c-k-c0x00ffffff-no-rj",
109
  "url": "https://rakuten-euronews-3-it.samsung.wurl.tv/manifest/playlist.m3u8"
110
  },
111
  {
 
113
  "title": "Canale 5",
114
  "name": "Full HD",
115
  "genres": ["Mediaset"],
116
+ "poster": "https://www.sorrisi.com/guidatv/bundles/tvscnewsite/css/images/loghi/canale-5_c.png",
117
  "url": "http://173.208.52.200/canale5/index.m3u8"
118
  },
119
  {
 
129
  "title": "Top Crime",
130
  "name": "HD/FHD",
131
  "genres": ["Mediaset"],
132
+ "poster": "https://www.sorrisi.com/guidatv/bundles/tvscnewsite/css/images/loghi/top-crime_c.png",
133
  "url": "https://live02-seg.msf.cdn.mediaset.net/live/ch-lt/lt-clr.isml/index.m3u8"
134
  },
135
  {
 
137
  "title": "Mediaset Extra",
138
  "name": "HD/FHD",
139
  "genres": ["Mediaset"],
140
+ "poster": "https://www.sorrisi.com/guidatv/bundles/tvscnewsite/css/images/loghi/mediaset-extra_c.png",
141
  "url": "https://live02-seg.msf.cdn.mediaset.net/live/ch-kq/kq-clr.isml/index.m3u8"
142
  },
143
  {
 
169
  "title": "History",
170
  "name": "",
171
  "genres": ["A+E"],
172
+ "poster": "https://www.sorrisi.com/guidatv/bundles/tvscnewsite/css/images/loghi/history_c.png"
173
  },
174
  {
175
  "id": "comedy-central",
176
  "title": "Comedy Central",
177
  "name": "",
178
  "genres": ["Paramount"],
179
+ "poster": "https://www.sorrisi.com/guidatv/bundles/tvscnewsite/css/images/loghi/comedy-central_c.png"
180
  },
181
  {
182
+ "id": "sky-tg-24",
183
  "title": "Sky TG24",
184
  "name": "Unknown",
185
  "genres": ["Sky"],
186
+ "poster": "https://images-na.ssl-images-amazon.com/images/I/512j1jeZaHL.png",
187
  "url": "https://hlslive-web-gcdn-skycdn-it.akamaized.net/TACT/12221/web/master.m3u8?hdnts=st=1701861650~exp=1765449000~acl=/*~hmac=84c9f3f71e57b13c3a67afa8b29a8591ea9ed84bf786524399545d94be1ec04d"
188
  },
189
  {
 
199
  "title": "Cielo",
200
  "name": "SD",
201
  "genres": ["Sky"],
202
+ "poster": "https://static.sky.it/static_clientlibs/skycielo/clientlibs/clientlib-site/resources/images/facebook.jpg",
203
  "url": "https://hlslive-web-gcdn-skycdn-it.akamaized.net/TACT/11219/cieloweb/master.m3u8?hdnea=st=1701861650~exp=1765449000~acl=/*~hmac=84c9f3f71e57b13c3a67afa8b29a8591ea9ed84bf786524399545d94be1ec04d"
204
  },
205
  {
 
207
  "title": "Sky Cinema Action",
208
  "name": "",
209
  "genres": ["Sky"],
210
+ "poster": "https://www.sorrisi.com/guidatv/bundles/tvscnewsite/css/images/loghi/sky-cinema-action_c.png"
211
  },
212
  {
213
  "id": "sky-arte",
214
  "title": "Sky Arte",
215
  "name": "",
216
  "genres": ["Sky"],
217
+ "poster": "https://www.davinciface.com/wp-content/uploads/2022/07/sky_arte_logo-270x270.jpg"
218
  },
219
  {
220
  "id": "sky-atlantic",
221
  "title": "Sky Atlantic",
222
  "name": "",
223
  "genres": ["Sky"],
224
+ "poster": "https://www.sorrisi.com/guidatv/bundles/tvscnewsite/css/images/loghi/sky-atlantic_c.png"
225
  },
226
  {
227
  "id": "sky-cinema-collection",
228
  "title": "Sky Cinema Collection",
229
  "name": "",
230
  "genres": ["Sky"],
231
+ "poster": "https://www.sorrisi.com/guidatv/bundles/tvscnewsite/css/images/loghi/sky-cinema-collection_c.png"
232
  },
233
  {
234
  "id": "sky-cinema-comedy",
235
  "title": "Sky Cinema Comedy",
236
  "name": "",
237
  "genres": ["Sky"],
238
+ "poster": "https://www.sorrisi.com/guidatv/bundles/tvscnewsite/css/images/loghi/sky-cinema-comedy_c.png"
239
  },
240
  {
241
  "id": "sky-cinema-drama",
242
  "title": "Sky Cinema Drama",
243
  "name": "",
244
  "genres": ["Sky"],
245
+ "poster":"https://i.imgur.com/Z8hr5aR.png"
246
  },
247
  {
248
  "id": "sky-cinema-due",
249
  "title": "Sky Cinema Due",
250
  "name": "",
251
  "genres": ["Sky"],
252
+ "poster": "https://i.imgur.com/xfbZiXs.png"
253
  },
254
  {
255
  "id": "sky-cinema-family",
256
  "title": "Sky Cinema Family",
257
  "name": "",
258
  "genres": ["Sky"],
259
+ "poster": "https://www.sorrisi.com/guidatv/bundles/tvscnewsite/css/images/loghi/sky-cinema-family_c.png"
260
  },
261
  {
262
  "id": "sky-cinema-romance",
263
  "title": "Sky Cinema Romance",
264
  "name": "",
265
  "genres": ["Sky"],
266
+ "poster": "https://www.sorrisi.com/guidatv/bundles/tvscnewsite/css/images/loghi/sky-cinema-romance_c.png"
267
  },
268
  {
269
  "id": "sky-cinema-suspence",
270
  "title": "Sky Cinema Suspence",
271
  "name": "",
272
  "genres": ["Sky"],
273
+ "poster": "https://i.imgur.com/vS97bNg.png"
274
  },
275
  {
276
  "id": "sky-cinema-uno",
277
  "title": "Sky Cinema Uno",
278
  "name": "",
279
  "genres": ["Sky"],
280
+ "poster": "https://www.sorrisi.com/guidatv/bundles/tvscnewsite/css/images/loghi/sky-cinema-1_c.png"
281
  },
282
  {
283
  "id": "sky-crime",
284
  "title": "Sky Crime",
285
  "name": "",
286
  "genres": ["Sky"],
287
+ "poster": "https://i.imgur.com/j2JdQaH.png"
288
  },
289
  {
290
  "id": "sky-documentaries",
291
  "title": "Sky Documentaries",
292
  "name": "",
293
  "genres": ["Sky"],
294
+ "poster": "https://artworks.thetvdb.com/banners/posters/117551-3.jpg"
295
  },
296
  {
297
  "id": "sky-investigation",
298
  "title": "Sky Investigation",
299
  "name": "",
300
  "genres": ["Sky"],
301
+ "poster": "https://www.sorrisi.com/guidatv/bundles/tvscnewsite/css/images/loghi/sky-investigation_c.png"
302
  },
303
  {
304
  "id": "sky-nature",
305
  "title": "Sky Nature",
306
  "name": "",
307
  "genres": ["Sky"],
308
+ "poster":"https://search.bus-hit.me/image_proxy?url=https%3A%2F%2Fstatic.wikia.nocookie.net%2Flogosfake%2Fimages%2Fa%2Fad%2FSky_Nature_Generic_ID_2020.png%2Frevision%2Flatest%2Fscale-to-width-down%2F1200%3Fcb%3D20200725184630&h=71ab69ffa3abfe2ce6c20912b44f862adff4f10b9d4d761c18d292b7ffa3e9a9"
309
  },
310
  {
311
  "id": "sky-serie",
312
  "title": "Sky Serie",
313
  "name": "",
314
  "genres": ["Sky"],
315
+ "poster": "https://i.imgur.com/FYvSq5T.png"
316
  },
317
  {
318
  "id": "sky-uno",
319
  "title": "Sky Uno",
320
  "name": "",
321
  "genres": ["Sky"],
322
+ "poster": "https://www.miotvonline.com/wp-content/uploads/2020/09/sky-uno-straming-live-miotv.jpg"
323
  },
324
  {
325
  "id": "sky-sport-24",
326
  "title": "Sky Sport 24",
327
  "name": "",
328
  "genres": ["Sky"],
329
+ "poster": "https://img2.sport-tv-guide.live/images/tv-station-sky-sport24-it-356.png"
330
 
331
  },
332
  {
 
334
  "title": "Sky Sport Golf",
335
  "name": "",
336
  "genres": ["Sky"],
337
+ "poster": "https://search.bus-hit.me/image_proxy?url=https%3A%2F%2Fencrypted-tbn0.gstatic.com%2Fimages%3Fq%3Dtbn%3AANd9GcRQoDZOK798-OYz0E_NAahzde_JW-hLcHK-PjLm0rCXyVVcj_Y%26s&h=4b1b7a276442b52778daf26f745d06f57ff6c0cf401f4d7f3e371a566247f3ef"
338
  },
339
  {
340
  "id": "sky-sport-251",
341
  "title": "Sky Sport 251",
342
  "name": "",
343
  "genres": ["Sky"],
344
+ "poster": "https://logodownload.org/wp-content/uploads/2020/06/sky-sports-logo-0-1.png"
345
  },
346
  {
347
  "id": "sky-sport-252",
348
  "title": "Sky Sport 252",
349
  "name": "",
350
  "genres": ["Sky"],
351
+ "poster": "https://logodownload.org/wp-content/uploads/2020/06/sky-sports-logo-0-1.png"
352
  },
353
  {
354
  "id": "sky-sport-253",
355
  "title": "Sky Sport 253",
356
  "name": "",
357
  "genres": ["Sky"],
358
+ "poster": "https://logodownload.org/wp-content/uploads/2020/06/sky-sports-logo-0-1.png"
359
  },
360
  {
361
  "id": "sky-sport-254",
362
  "title": "Sky Sport 254",
363
  "name": "",
364
  "genres": ["Sky"],
365
+ "poster": "https://logodownload.org/wp-content/uploads/2020/06/sky-sports-logo-0-1.png"
366
  },
367
  {
368
  "id": "sky-sport-255",
369
  "title": "Sky Sport 255",
370
  "name": "",
371
  "genres": ["Sky"],
372
+ "poster": "https://logodownload.org/wp-content/uploads/2020/06/sky-sports-logo-0-1.png"
373
  },
374
  {
375
  "id": "sky-sport-256",
376
  "title": "Sky Sport 256",
377
  "name": "",
378
  "genres": ["Sky"],
379
+ "poster": "https://logodownload.org/wp-content/uploads/2020/06/sky-sports-logo-0-1.png"
380
  },
381
  {
382
  "id": "sky-sport-257",
383
  "title": "Sky Sport 257",
384
  "name": "",
385
  "genres": ["Sky"],
386
+ "poster": "https://logodownload.org/wp-content/uploads/2020/06/sky-sports-logo-0-1.png"
387
  },
388
  {
389
  "id": "sky-sport-258",
390
  "title": "Sky Sport 258",
391
  "name": "",
392
  "genres": ["Sky"],
393
+ "poster": "https://logodownload.org/wp-content/uploads/2020/06/sky-sports-logo-0-1.png"
394
  },
395
  {
396
  "id": "sky-sport-259",
397
  "title": "Sky Sport 259",
398
  "name": "",
399
  "genres": ["Sky"],
400
+ "poster": "https://logodownload.org/wp-content/uploads/2020/06/sky-sports-logo-0-1.png"
401
  },
402
  {
403
  "id": "sky-sport-260",
404
  "title": "Sky Sport 260",
405
  "name": "",
406
  "genres": ["Sky"],
407
+ "poster": "https://logodownload.org/wp-content/uploads/2020/06/sky-sports-logo-0-1.png"
408
  },
409
  {
410
  "id": "sky-sport-261",
411
  "title": "Sky Sport 261",
412
  "name": "",
413
  "genres": ["Sky"],
414
+ "poster": "https://logodownload.org/wp-content/uploads/2020/06/sky-sports-logo-0-1.png"
415
  },
416
  {
417
  "id": "sky-sport-max",
418
  "title": "Sky Sport Max",
419
  "name": "",
420
  "genres": ["Sky"],
421
+ "poster": "https://i.imgur.com/TWl58VI.png"
422
  },
423
  {
424
  "id": "sky-sport-uno",
425
  "title": "Sky Sport Uno",
426
  "name": "",
427
  "genres": ["Sky"],
428
+ "poster": "https://www.sorrisi.com/guidatv/bundles/tvscnewsite/css/images/loghi/sky-sport-1_c.png"
429
  },
430
  {
431
  "id": "sky-sport-f1",
432
  "title": "Sky Sport F1",
433
  "name": "",
434
  "genres": ["Sky"],
435
+ "poster": "https://i1.wp.com/cache.pressmailing.net/thumbnail/story_hires/395b1e2f-a1c6-4cf6-9869-02155da4021f/Sky_F1_Logo.jpg.jpg"
436
  },
437
  {
438
  "id": "sky-sport-motogp",
439
  "title": "Sky Sport MotoGP",
440
  "name": "",
441
  "genres": ["Sky"],
442
+ "poster": "https://img2.sport-tv-guide.live/images/tv-station-sky-sport-motogp-360.png"
443
  },
444
  {
445
  "id": "sky-sport-calcio",
446
  "title": "Sky Sport Calcio",
447
  "name": "",
448
  "genres": ["Sky"],
449
+ "poster": "https://www.sorrisi.com/guidatv/bundles/tvscnewsite/css/images/loghi/sky-sport-2_c.png"
450
  },
451
  {
452
  "id": "sky-sport-arena",
453
  "title": "Sky Sport Arena",
454
  "name": "",
455
  "genres": ["Sky"],
456
+ "poster": "https://img2.sport-tv-guide.live/images/tv-station-sky-sport-arena-354.png"
457
  },
458
  {
459
  "id": "sky-sport-tennis",
460
  "title": "Sky Sport Tennis",
461
  "name": "",
462
  "genres": ["Sky"],
463
+ "poster": "https://pbs.twimg.com/profile_images/1752313472325431296/jr-YrkR6_400x400.png"
464
  },
465
  {
466
  "id": "sky-sport-nba",
467
  "title": "Sky Sport NBA",
468
  "name": "",
469
  "genres": ["Sky"],
470
+ "poster": "https://www.nbareligion.com/wp-content/uploads/2019/09/sky-sport-nba.jpg"
471
  },
472
  {
473
  "id": "dazn-zona-a",
474
  "title": "DAZN Zona A",
475
  "name": "",
476
  "genres": ["DAZN"],
477
+ "poster": "https://i.ytimg.com/vi/0cEfGLq-tz4/maxresdefault.jpg"
478
  },
479
  {
480
  "id": "eurosport-1",
481
  "title": "Eurosport 1",
482
  "name": "",
483
  "genres": ["Warner Bros"],
484
+ "poster": "https://www.sorrisi.com/guidatv/bundles/tvscnewsite/css/images/loghi/eurosport-1_c.png"
485
  },
486
  {
487
  "id": "eurosport-2",
488
  "title": "Eurosport 2",
489
  "name": "",
490
  "genres": ["Warner Bros"],
491
+ "poster": "https://www.sorrisi.com/guidatv/bundles/tvscnewsite/css/images/loghi/eurosport-2_c.png"
492
  },
493
  {
494
  "id": "dmax",
495
  "title": "DMAX",
496
  "name": "Unknown",
497
  "genres": ["Warner Bros"],
498
+ "poster": "https://www.sorrisi.com/guidatv/bundles/tvscnewsite/css/images/loghi/d-max_c.png",
499
  "url": "https://amg16146-wbdi-amg16146c8-samsung-it-1841.playouts.now.amagi.tv/playlist/amg16146-warnerbrosdiscoveryitalia-dmax-samsungit/playlist.m3u8"
500
  },
501
  {
 
519
  "title": "Giallo",
520
  "name": "Unknown",
521
  "genres": ["Warner Bros"],
522
+ "poster": "https://www.sorrisi.com/guidatv/bundles/tvscnewsite/css/images/loghi/giallo_c.png",
523
  "url": "https://amg16146-wbdi-amg16146c5-samsung-it-1838.playouts.now.amagi.tv/playlist/amg16146-warnerbrosdiscoveryitalia-giallo-samsungit/playlist.m3u8"
524
  },
525
  {
 
543
  "title": "Nove",
544
  "name": "Unknown",
545
  "genres": ["Warner Bros"],
546
+ "poster": "https://www.sorrisi.com/guidatv/bundles/tvscnewsite/css/images/loghi/nove_c.png",
547
  "url": "https://amg16146-wbdi-amg16146c1-samsung-it-1831.playouts.now.amagi.tv/playlist/amg16146-warnerbrosdiscoveryitalia-nove-samsungit/playlist.m3u8"
548
  },
549
 
 
552
  "title": "Real Time",
553
  "name": "Unknown",
554
  "genres": ["Warner Bros"],
555
+ "poster": "https://www.sorrisi.com/guidatv/bundles/tvscnewsite/css/images/loghi/real-time_c.png",
556
  "url": "https://amg16146-wbdi-amg16146c2-samsung-it-1835.playouts.now.amagi.tv/playlist/amg16146-warnerbrosdiscoveryitalia-realtime-samsungit/playlist.m3u8"
557
  },
558
  {
 
833
  "dmax": ["https://tvit.leicaflorianrobert.dev/discovery/dmax/stream.m3u8"],
834
  "nove": ["https://tvit.leicaflorianrobert.dev/discovery/nove/stream.m3u8"]
835
  }
836
+