aandrew-me / ytDownloader

A modern GUI App for downloading Videos and Audios from hundreds of sites
https://ytdn.netlify.app/
GNU General Public License v3.0
924 stars 85 forks source link

[BUG] File path can't handle paths with apostrophes #176

Closed Noah6544 closed 9 months ago

Noah6544 commented 9 months ago

Bug Description

To Reproduce Steps to reproduce the behavior:

  1. Have a Windows User Account (in the path as well) that has an apostrophe.

Screenshots Error: image My Path (I might not be doing/saving it right): image

Info (please complete the following information):

aandrew-me commented 9 months ago

Interesting bug..

aandrew-me commented 9 months ago

It's not related to download path, but path where yt-dlp is located. And yt-dlp is located under C:\Users

aandrew-me commented 9 months ago

The apostrophe is not the problem. It's the space in your username that's causing the problem

aandrew-me commented 9 months ago

Let me know