Kethsar / ytarchive

Garbage Youtube livestream downloader
MIT License
1.15k stars 93 forks source link

Any way to save files on drive other than C: #87

Closed num421337 closed 2 years ago

num421337 commented 2 years ago

C is my system drive and is smaller than the rest of my drives, I was worried my download would stop before it got to the point I wanted.

Kethsar commented 2 years ago

You specify the output using -o or you move the program to the preferred drive and run it from there, since it puts the files into the current directory by default. If using -o you'd do something like -o "D:\path\to\folder\%(title)s_%(id)s" or something to that effect.