Get stream URL from openload [closed]

2019-04-17 17:01发布

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条回答
Emotional °昔
2楼-- · 2019-04-17 17:32

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"
查看更多
登录 后发表回答