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

Please add a command line option to set the delay between checks. #49

Open csilvest opened 1 week ago

csilvest commented 1 week ago

Currently set by hard-coding to 20 seconds? I like it to be 120 seconds, so I make an edit to my local file.

Cheers!

Exceen commented 1 week ago

take a look at line 120 time.sleep(20) and edit "20" to how many seconds you'd like

what's the reason behind this?