tharyckgusmao / Skill-Share-Crawler---DL

Download Videos Skill Share per ID or per Class
125 stars 33 forks source link

Ability to change download folder #41

Closed Darwish8040 closed 4 years ago

Darwish8040 commented 5 years ago

This crawler works very well but, I have only one issue which is to change the download folder by the user manually. That's my only request. If it's already possible I could appreciate it if someone gave me steps on how to actually do it without breaking the entire thing as I have attempted earlier.

tharyckgusmao commented 5 years ago

Dont have option, but you change manually: change all occurrences word "videos" in file:

link file

for other word.

or change directly path example:

line 67 fs.writeFileSync(`./videos/..')

from

fs.writeFileSync('C:/crawvideos/..')

tharyckgusmao commented 5 years ago

I don't use it anymore, so I'm not keeping tracker.