kodi

XBMC/KODI error adding addon “structure incorrect”

纵然是瞬间 提交于 2019-12-07 04:29:34
问题 I'm following the KODI/XBMC hello world addon tutorial here and i downloaded the finished project from here but the problem is that i cannot edit it, as ever time I try to add a version that I edited onto KODI it gives me the error Addon does not have correct structure I think it is the way I'm turning it back into a .zip(I am using the archive utility on a macbook air running yostimite), because even if I just unzip it and then without changing anything turn it back into a zip it still gives

Get stream URL from openload [closed]

匆匆过客 提交于 2019-12-04 23:29:40
how i m gonna do, to play openload.co links in my kodi addon, they dont work like this one here from my openload account https://openload.co/embed/KssEQSo7h90/CyberFilmesHD.mp4 or https://openload.co/f/KssEQSo7h90 Jitesh Try openload api ( Link - https://openload.co/api ) First you need to generate an authenticated ticket using this url https://api.openload.co/1/file/dlticket?file={file}&login={login}&key={key} where file = KssEQSo7h90 ( in your case ) You will get ticket in JSON format Second, to generate download link using below url - https://api.openload.co/1/file/dl?file={file}&ticket=

<urlopen error [Errno 1] _ssl.c:510: error:14077417:SSL

我只是一个虾纸丫 提交于 2019-12-02 03:37:20
Does anyone know why I am getting this error? SSLError: [Errno 1] _ssl.c:510: error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 I get the erro when using requests or urllib2, I'm running the code on Kodi. The code runs fine when I run it on Visual Studio on my PC. I am trying to scrape a website that is blocked by my ISP, so I'm using a proxy version of the site. import requests url = 'https://kickass.unblocked.pe/' r = requests.get(url) The site is hosted by Cloudflare Free SSL and requires support for Server Name Indication (SNI) . SNI is support with Python 2.7 only since version 2.7