问题
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
回答1:
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={ticket}
You will get the download link in JSON file
url : " https://1fiafzt.oloadcdn.net/dl/l/5qcL-TC0FIr7GgUX/KssEQSo7h90/VELMA2017RIPN15.mkv.mp4"
来源:https://stackoverflow.com/questions/40643330/get-stream-url-from-openload