Seriesblanco -> StreamixCloud
https://github.com/alfa-addon/addon/issues/163
This commit is contained in:
@@ -29,7 +29,8 @@ list_servers = ['powvideo',
|
||||
'nowvideo',
|
||||
'gamovideo',
|
||||
'kingvid',
|
||||
'vidabc'
|
||||
'vidabc',
|
||||
'streamixcloud'
|
||||
]
|
||||
|
||||
|
||||
@@ -312,7 +313,7 @@ def findvideos(item):
|
||||
c=b.split('[')
|
||||
d=c[0].rstrip( )
|
||||
d=d.lstrip( )
|
||||
list_links[i].server=d
|
||||
list_links[i].server=d.replace("streamix", "streamixcloud")
|
||||
|
||||
list_links = servertools.get_servers_itemlist(list_links)
|
||||
autoplay.start(list_links, item)
|
||||
|
||||
Reference in New Issue
Block a user