Fix Community

This commit is contained in:
Alhaziel
2020-03-16 15:22:09 +01:00
parent ffa709c463
commit a0c72fd78b
2 changed files with 3 additions and 8 deletions
+2
View File
@@ -1039,6 +1039,8 @@ def server(item, data='', itemlist=[], headers='', AutoPlay=True, CheckLinks=Tru
findS = servertools.findvideos(videoitem.url)
if findS:
findS = findS[0]
elif item.channel == 'community':
findS= ('Diretto', videoitem.url, 'directo')
else:
videoitem.url = unshortenit.unshorten(videoitem.url)[0]
findS = servertools.findvideos(videoitem.url)