- Aggiornato Anavids

- Fix m3u8 non supportati da inputstream
 - Stayonline
This commit is contained in:
Alhaziel01
2021-10-23 11:36:48 +02:00
parent 5a89b60ce8
commit 0976a8581b
8 changed files with 26 additions and 13 deletions
+2 -1
View File
@@ -203,7 +203,8 @@ def findvideos(item):
item.clone(action= 'play',
title=config.get_localized_string(30137),
url= item.url + '?' + key,
server= 'directo')
server= 'directo',
manifest='hls')
)
return support.server(item, itemlist=itemlist, Download=False)