-
-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Downloader does not work #85
Comments
Hi, Side note: While checking authentication, you might get asked to input the OTP code sent via email. As soon as you input the OTP, the script should continue. |
@shihabmridha for me, the downloaded files seems to be damaged. I used the PDF format. Also, while downloading, CloudFlare threw a human verification captcha. Is there a config to slow down the downloading processes. Maybe stay on single page for 10-15 seconds? |
@iamrahulroy Thank you for pointing it out.
It is an issue with bun. Found a solution for it. Now it should work.
I do not know how to bypass the captcha verification. What I do is, I run the script in
There is not a process to do it automatically. But, you can set private async downloadPage(linkWithTitle: PageTitleAndLink, pageNumber: number) {
await waitFor(3000); // in milliseconds
const { title, link } = linkWithTitle;
...
} Also notice that I have removed the config directory and using |
Hey, I am looking for Educative course downloader, i have educative premium account, but i am not able to find any educative downloader also your program is also not working, so can you help me in this? also i you want any course i will download it for you?
The text was updated successfully, but these errors were encountered: