Skip to content

Commit 0e4570e

Browse files
author
hoang.tran12
committed
hot fix
1 parent 624247a commit 0e4570e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/youtube_downloadVideo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export default {
3939
);
4040

4141
if (choose != null && choose >= 0 && choose < options.length) {
42-
window.open(options[choose] + location.href);
42+
window.open(options[choose].url + location.href);
4343
}
4444
},
4545
};

0 commit comments

Comments
 (0)