jbsparrow / CyberDropDownloader

Bulk Gallery Downloader for Cyberdrop.me and Other Sites
GNU General Public License v3.0
108 stars 7 forks source link

[FEATURE] Do not clear console when running with --no-ui #106

Open NTFSvolume opened 4 hours ago

NTFSvolume commented 4 hours ago

I use a custom script to run multiple CDL commands in sequence with different configs, urls, output folder, etc. However, every new instance of CDL clear the console when it finishes, losing the the summary of the previous run. When using the same log file for all the runs, the file gets overwritten.

Using different logs files works but them you have to check them all individually.

By disabling the console clear you will be able to see the summary of the previous runs by just scrolling up in the console buffer.