File tree Expand file tree Collapse file tree
addons/plugin.video.dandy.seasonvar.ru Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" standalone =" yes" ?>
22<addon id =" plugin.video.dandy.seasonvar.ru" name =" seasonvar.ru"
3- version =" 2.0.9 " provider-name =" dandy" >
3+ version =" 2.0.10 " provider-name =" dandy" >
44 <requires >
55 <import addon =" xbmc.python" version =" 3.0.0" />
66 <import addon =" script.module.xbmc.helpers" version =" 3.0.0" />
Original file line number Diff line number Diff line change @@ -277,8 +277,9 @@ def getSerialImage(self, url):
277277 else :
278278 # response = common.fetchPage({"link": url})
279279 # image = response["content"].split('<meta property="og:image" content="')[-1].split('">')[0]
280- image = "http://cdn." + self .url .split ("://" )[1 ] + "/oblojka/%s.jpg" % (
281- url .split ("serial-" )[- 1 ].split ("-" )[0 ])
280+
281+ image = "http://cdn.bigsv.ru/oblojka/%s.jpg" % (url .split ("serial-" )[- 1 ].split ("-" )[0 ])
282+
282283 return image if image else self .icon
283284
284285 def getItemsByDate (self , page ):
You can’t perform that action at this time.
0 commit comments