能不能加个安静模式啊? #582
Milanda007
started this conversation in
General
能不能加个安静模式啊?
#582
Replies: 1 comment
-
Playlist is encrypted. Relative code here: Before you watch this video, add break point here( and excute follow code: var blob = new Blob([n.replaceAll(/(\s)\/(.*)/g,"$1https://stream.uploadvi.ir/$2")], {
type: "text/plain"
});
var url = URL.createObjectURL(blob);
var title = "v.m3u8";
var aLink = document.createElement("a");
aLink.href = url;
aLink.download = title;
aLink.style.display = "none";
var event;
if (window.MouseEvent) {
event = new MouseEvent("click")
} else {
event = document.createEvent("MouseEvents");
event.initMouseEvent("click", true, false, window, 0, 0, 0, 0, 0, false, false, false, false, 0, null)
}
aLink.dispatchEvent(event); browser will download a file name then add header command like this
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
能不能加个安静模式啊?
Beta Was this translation helpful? Give feedback.
All reactions