Merge pull request #107 from prpeaprendiz/patch-1
update ultrapeliculashd.py
This commit is contained in:
@@ -217,7 +217,7 @@ def findvideos(item):
|
||||
for videoitem in itemlist:
|
||||
videoitem.channel = item.channel
|
||||
videoitem.action = 'play'
|
||||
videoitem.thumbnail = servertools.guess_server_thumbnail(videoitem.server)
|
||||
videoitem.thumbnail = item.thumbnail
|
||||
videoitem.infoLabels = item.infoLabels
|
||||
videoitem.title = item.contentTitle + ' (' + videoitem.server + ')'
|
||||
if 'youtube' in videoitem.url:
|
||||
|
||||
Reference in New Issue
Block a user