Arreglado Mundiseries

This commit is contained in:
danielr460
2017-10-28 23:19:43 -05:00
parent 44df5b6036
commit 54d6a943f5
2 changed files with 5 additions and 5 deletions
+3 -4
View File
@@ -4,8 +4,8 @@
"active": true, "active": true,
"adult": false, "adult": false,
"language": ["cast", "lat"], "language": ["cast", "lat"],
"thumbnail": "mundiseries.png", "thumbnail": "https://imgur.com/GdGMFi1.png",
"banner": "https://imgur.com/1bDbYY1", "banner": "https://imgur.com/1bDbYY1.png",
"version": 1, "version": 1,
"changes": [ "changes": [
{ {
@@ -14,7 +14,6 @@
} }
], ],
"categories": [ "categories": [
"movie", "tvshow"
"serie"
] ]
} }
+2 -1
View File
@@ -93,6 +93,7 @@ def findvideos(item):
for item in it2: for item in it2:
if "###" not in item.url: if "###" not in item.url:
item.url += "###" + id + ";" + type item.url += "###" + id + ";" + type
logger.info(itemlist[0]) for videoitem in itemlist:
videoitem.channel= item.channel
autoplay.start(itemlist, item) autoplay.start(itemlist, item)
return itemlist return itemlist