J-CPelletier
J-CPelletier
This could be done, although it would also depend on the kind of cookies, since some might not easily be changed since session tokens are handled differently by every website....
I just added a new feature that allows people to pass cookies by adding `--cookie ` to a `webcomix custom` command with webcomix `3.11.0`. Let me know if it works...
If I look at the beginning of the traceback, I can see that the error comes from click, which is the library used to create the CLI. I think the...
I tried to reproduce this issue on Linux, but couldn't. I assume this is something related to `click` and its handling of regular expressions in Windows, as that's something that...
After exploring the second issue a bit more, this issue seems related to the usage of a fake useragent, since not having it solves the issue. I'll do a PR...
For some reason, the comic doesn't work anymore on my end, whether with or without the user agent. With that said, I'll see what I can do to fix the...
The newest release `3.11.3` should help solve the issue you were having on Windows. If not, I'll try to investigate it a bit further.
@LeeThompson I've also been testing it on my own Windows installation and I haven't been able to reproduce your issue using the same Python and webcomix version 🤔