Get stream URL from openload [closed]

匆匆过客 提交于 2019-12-04 23:29:40
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={ticket}

You will get the download link in JSON file

url : " https://1fiafzt.oloadcdn.net/dl/l/5qcL-TC0FIr7GgUX/KssEQSo7h90/VELMA2017RIPN15.mkv.mp4"
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!