Get stream URL from openload [closed]

你离开我真会死。 提交于 2019-12-22 01:12:12

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!