mirror of
https://github.com/iv-org/invidious.git
synced 2025-05-02 06:26:27 -04: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