Apologies if this is too early to report issues.
I cloned this fork and installed the library locally. I execute CDL from the same location as the other repo with my configs using cyberdrop-dl-patched
Upon start, I can see the config I've selected at the top, and in that config I have a path to a text file with URLs that isn't the default URL.txt. However when I start a download job, it creates a URL.txt file instead and doesn't download anything as that file is empty. I need to manually change the config to the one I've set as default before it loads in the correct input file. This has to be done every time I launch CDL.
Looking at the downloader.log file, I can see CDL load in the correct settings.json, but the printed settings and input file path doesn't match the input file path or setting I specified in the settings.json and instead looks like the default settings.
Below are the two downloader.log files. The first one is from a run where I start CDL and immediately start a download. The second one is where I first change the config, then start a download.
Immediate start:
downloader.log
Change config, then start:
downloader.log
Apologies if this is too early to report issues.
I cloned this fork and installed the library locally. I execute CDL from the same location as the other repo with my configs using
cyberdrop-dl-patchedUpon start, I can see the config I've selected at the top, and in that config I have a path to a text file with URLs that isn't the default
URL.txt. However when I start a download job, it creates aURL.txtfile instead and doesn't download anything as that file is empty. I need to manually change the config to the one I've set as default before it loads in the correct input file. This has to be done every time I launch CDL.Looking at the
downloader.logfile, I can see CDL load in the correctsettings.json, but the printed settings and input file path doesn't match the input file path or setting I specified in thesettings.jsonand instead looks like the default settings.Below are the two
downloader.logfiles. The first one is from a run where I start CDL and immediately start a download. The second one is where I first change the config, then start a download.Immediate start:
downloader.log
Change config, then start:
downloader.log