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 290f215 commit 624247aCopy full SHA for 624247a
scripts/youtube_downloadVideo.js
@@ -38,7 +38,7 @@ export default {
38
0
39
);
40
41
- if (choice != null && choose >= 0 && choose < options.length) {
+ if (choose != null && choose >= 0 && choose < options.length) {
42
window.open(options[choose] + location.href);
43
}
44
},
0 commit comments