KJHJason
KJHJason
Their API has been recently protected by reCAPTCHA as well. API response if flagged as a bot: ``` { "redirect": "/recaptcha" } ```
> I was able to encounter this using the same cookie as my browser session. From the browser, I solved the CAPTCHA at /recaptcha and fantiadl was able to proceed...
Planned for V5.1.0 instead
~~Move the plan to V5.2.0 instead of V5.1.0~~ Unplanned at the moment
> This could be fixed by removing the arguments `path` and `cache_valid_range` from `src\utils\web_driver.py` line 109-110. Both of those aren't even part of `ChromeDriverManager` constructor parameters. That should be the...
Currently, this issue is caused by the [webdriver_manager](https://github.com/SergeyPirogov/webdriver_manager) dependency used in Cultured Downloader. More info: https://github.com/SergeyPirogov/webdriver_manager/issues/580 For now, I would recommend either waiting for a fix on their end or...
Please note that this project's Python program will be the least priority over the development of the new GUI program. A **_pre-release_** will probably be coming out sooner or later...
> I'm using the .exe version though Yes... I do know that. However, I used [PyInstaller](https://pyinstaller.org/en/stable/) to bundle the Python scripts into an executable for people who are not well-versed...
Unfortunately... However, you can refer to https://github.com/users/KJHJason/projects/2 on how V5.0.0 is coming along. Alternatively, you can also refer to the [discussions page](https://github.com/KJHJason/Cultured-Downloader/discussions) on updates regarding V5.0.0. Otherwise, if you're unable...
how long did it take for it to download the first page?