Get stream URL from openload
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
plugins add-on xbmc kodi
add a comment |
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
plugins add-on xbmc kodi
add a comment |
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
plugins add-on xbmc kodi
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
plugins add-on xbmc kodi
plugins add-on xbmc kodi
asked Nov 16 '16 at 22:15
DanielDaniel
241111
241111
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
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"
they are asking for captch.
– Parth Godhani
Aug 26 '18 at 16:54
add a comment |
if you want to play openload videos without ads, add this Extension on Chrome or Firefox
Stream Player Chrome Stream Player Forefox
Welcome to Stack Overflow! While links are great way of sharing knowledge, they won't really answer the question if they get broken in the future. Add to your answer the essential content of the link which answers the question. In case the content is too complex or too big to fit here, describe the general idea of the proposed solution. Remember to always keep a link reference to the original solution's website. See: How do I write a good answer?
– sɐunıɔןɐqɐp
Aug 26 '18 at 13:07
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f40643330%2fget-stream-url-from-openload%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
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"
they are asking for captch.
– Parth Godhani
Aug 26 '18 at 16:54
add a comment |
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"
they are asking for captch.
– Parth Godhani
Aug 26 '18 at 16:54
add a comment |
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"
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"
edited Dec 9 '17 at 6:56
Graham
3,637143659
3,637143659
answered Dec 9 '17 at 6:30
JiteshJitesh
212
212
they are asking for captch.
– Parth Godhani
Aug 26 '18 at 16:54
add a comment |
they are asking for captch.
– Parth Godhani
Aug 26 '18 at 16:54
they are asking for captch.
– Parth Godhani
Aug 26 '18 at 16:54
they are asking for captch.
– Parth Godhani
Aug 26 '18 at 16:54
add a comment |
if you want to play openload videos without ads, add this Extension on Chrome or Firefox
Stream Player Chrome Stream Player Forefox
Welcome to Stack Overflow! While links are great way of sharing knowledge, they won't really answer the question if they get broken in the future. Add to your answer the essential content of the link which answers the question. In case the content is too complex or too big to fit here, describe the general idea of the proposed solution. Remember to always keep a link reference to the original solution's website. See: How do I write a good answer?
– sɐunıɔןɐqɐp
Aug 26 '18 at 13:07
add a comment |
if you want to play openload videos without ads, add this Extension on Chrome or Firefox
Stream Player Chrome Stream Player Forefox
Welcome to Stack Overflow! While links are great way of sharing knowledge, they won't really answer the question if they get broken in the future. Add to your answer the essential content of the link which answers the question. In case the content is too complex or too big to fit here, describe the general idea of the proposed solution. Remember to always keep a link reference to the original solution's website. See: How do I write a good answer?
– sɐunıɔןɐqɐp
Aug 26 '18 at 13:07
add a comment |
if you want to play openload videos without ads, add this Extension on Chrome or Firefox
Stream Player Chrome Stream Player Forefox
if you want to play openload videos without ads, add this Extension on Chrome or Firefox
Stream Player Chrome Stream Player Forefox
edited Dec 3 '18 at 11:22
answered Aug 26 '18 at 12:48
user10162257
Welcome to Stack Overflow! While links are great way of sharing knowledge, they won't really answer the question if they get broken in the future. Add to your answer the essential content of the link which answers the question. In case the content is too complex or too big to fit here, describe the general idea of the proposed solution. Remember to always keep a link reference to the original solution's website. See: How do I write a good answer?
– sɐunıɔןɐqɐp
Aug 26 '18 at 13:07
add a comment |
Welcome to Stack Overflow! While links are great way of sharing knowledge, they won't really answer the question if they get broken in the future. Add to your answer the essential content of the link which answers the question. In case the content is too complex or too big to fit here, describe the general idea of the proposed solution. Remember to always keep a link reference to the original solution's website. See: How do I write a good answer?
– sɐunıɔןɐqɐp
Aug 26 '18 at 13:07
Welcome to Stack Overflow! While links are great way of sharing knowledge, they won't really answer the question if they get broken in the future. Add to your answer the essential content of the link which answers the question. In case the content is too complex or too big to fit here, describe the general idea of the proposed solution. Remember to always keep a link reference to the original solution's website. See: How do I write a good answer?
– sɐunıɔןɐqɐp
Aug 26 '18 at 13:07
Welcome to Stack Overflow! While links are great way of sharing knowledge, they won't really answer the question if they get broken in the future. Add to your answer the essential content of the link which answers the question. In case the content is too complex or too big to fit here, describe the general idea of the proposed solution. Remember to always keep a link reference to the original solution's website. See: How do I write a good answer?
– sɐunıɔןɐqɐp
Aug 26 '18 at 13:07
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f40643330%2fget-stream-url-from-openload%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown