Closed baccccccc closed 1 week ago
also, maybe improve error handling?
We are working on better error handling in development branches. For newest development versions you can visit the pypi page: https://pypi.org/project/cyberdrop-dl-patched/#history
Just released version 5.7.0.dev21
which is very experimental. It combines something like 7 PRs.
The changes include:
scan_folder
being saved as a pathlib.Path
object.There may be a few small issues since it's such a large change but I looked over all the code and there was nothing that jumped out at me.
my understanding is that CDL depends on
browser_cookie3
and in fact, they already have a corresponding issue open. As such, I do not expect CDL to solve this by itself.but maybe add a temporary warning message, so that people don't try this while it's broken? And/or allow to enter username and password instead of relying on cookies? (I know I can do this by editing
authentication.yaml
but not sure it works without the corresponding cookie.)