Exceen / 4chan-downloader

Python3 script to continuously download all images/webms of multiple 4chan thread simultaneously - without installation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change Default Directory

smhmd opened this issue · comments

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.

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__))