Ich habe bei der 1.13.6 skygo.py von false auf true gesetzt rot markiert und es läuft bei mir.
platform = 0
osAndroid = 1
license_url = 'https://wvguard.sky.de/WidevineLicenser/WidevineLicenser|User-Agent=Mozilla%2F5.0%20(X11%3B%20Linux%20x86_64)%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F49.0.2623.87%20Safari%2F537.36&Referer=http%3A%2F%2Fwww.skygo.sky.de%2Ffilm%2Fscifi--fantasy%2Fjupiter-ascending%2Fasset%2Ffilmsection%2F144836.html&Content-Type=|R{SSM}|'
license_type = 'com.widevine.alpha'
android_deviceid = ''
if xbmc.getCondVisibility('system.platform.android') and addon.getSetting('android_drm_widevine') == 'true':
platform = osAndroid
license_url = ''
license_type = 'com.microsoft.playready'