mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2023-06-08.git
synced 2024-08-15 00:53:38 +00:00
Fix colors and data-url in download widget
This commit is contained in:
parent
6218078c51
commit
c0fdc28a84
4 changed files with 20 additions and 9 deletions
|
@ -65,8 +65,6 @@ function download_video(target) {
|
|||
}
|
||||
}
|
||||
|
||||
url = "/videoplayback" + url.split("/videoplayback")[1];
|
||||
|
||||
var xhr = new XMLHttpRequest();
|
||||
xhr.open("GET", url);
|
||||
xhr.responseType = "arraybuffer";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue