- Aggiornato Anavids

- Fix m3u8 non supportati da inputstream
This commit is contained in:
Alhaziel01
2021-10-21 19:26:55 +02:00
parent 3f55c94662
commit 40d8501afc
6 changed files with 20 additions and 10 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)