We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 624247a commit 0e4570eCopy full SHA for 0e4570e
scripts/youtube_downloadVideo.js
@@ -39,7 +39,7 @@ export default {
39
);
40
41
if (choose != null && choose >= 0 && choose < options.length) {
42
- window.open(options[choose] + location.href);
+ window.open(options[choose].url + location.href);
43
}
44
},
45
};
0 commit comments