Exceen / 4chan-downloader

Python3 script to continuously download all images/webms of multiple 4chan thread simultaneously - without installation
MIT License
277 stars 36 forks source link

Change Default Directory #16

Closed smhmd closed 5 years ago

smhmd commented 5 years ago

I'm not versed in Python. how can I change the directory from workpath\downloads\(board)\(thread) to something like this C:\Users\Me\Downloads\Video\(board)\(thread) Thanks.

Exceen commented 5 years ago

This isn't supported yet. If you still want to do this, you have to change the workpath variable. Right now it uses the directory in which the script itself is stored. workpath = os.path.dirname(os.path.realpath(__file__))