Closed jorektheglitch closed 1 year ago
For now it's just about batch downloader. Feels free to use FliesDownloader to replace aria2c
everywhere it used.
also was that gitignore auto-generated or something? there's a lot of things in that file
Yes, I use slight edited Python.gitignore from gitignore collection. It covers a lot of things and simplifies developing process.
I still need to test on Linux, but while the files were downloaded. The program after ## Checking tag search query on windows started to loop the download of the tag csv.gz file again and then tried to reload it a second time before actually downloading images. /proxy_test/Dataset-Curation-Tool/tags-2023-05-20.csv.1.gz
That's really the only issue happening atm. I'll let you know if it also happens on linux.
Yes, I use slight edited Python.gitignore from gitignore collection. It covers a lot of things and simplifies developing process.
I moved all the webUI downloading to helper_functions.py, can you add your proxy feature to those?
Surely. Will update PR asap.
The webui has reached a somewhat steady-state. If you want to update the batch downloader script & the image board download functions in the helper_functions script to be compatible with using a proxy just let me know. Here or discord works.
did you plan on having aria2 & wget replaced in the webui,py & helper_functions.py also, or just the batch downloader for now?