This commit is contained in:
Alfa
2018-04-11 16:55:07 -05:00
committed by GitHub
parent 4e1e2ccc6a
commit ef2dff063c

View File

@@ -716,6 +716,7 @@ def check_list_links(itemlist, numero):
if numero > 0 and it.server != '' and it.url != '':
verificacion = check_video_link(it.url, it.server)
it.title = verificacion + ', ' + it.title.strip()
it.alive = verificacion
numero -= 1
return itemlist