diff --git a/README.md b/README.md index d2c560f..22a03b2 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ A modern GUI video and audio downloader supporting [hundreds of sites](https://g # Installation ## Windows -Download and install the exe file +Download and install the exe file. Windows defender may create problems as usual. ## Linux diff --git a/src/renderer.js b/src/renderer.js index 74131e1..66a0c72 100644 --- a/src/renderer.js +++ b/src/renderer.js @@ -188,6 +188,7 @@ getId("pasteUrl").addEventListener("click", () => { // Getting video info async function getInfo(url) { + onlyvideo = false let audioIsPresent = false; downloadPathSelection(); getId("videoFormatSelect").innerHTML = "";