r0oth3x49 / acloud-dl

A cross-platform python based utility to download courses from acloud.guru for personal offline use.
MIT License
351 stars 142 forks source link

URLError : either your internet connection is not working or server aborted the request #64

Closed DConcellon closed 3 years ago

DConcellon commented 3 years ago

Hi,

I'm using the latest version, but when I'm trying to download my AWS Solutions Architect Associate, it gives me this error.

Can you help me? What can I do?

Thanks in advice

r0oth3x49 commented 3 years ago

@DConcellon i might need an account to reproduce and fix the issue, if you are okay sharing account or cookie file would be great otherwise i can't check what causing the issue.

in case you are okay to share creds or cookie file you can email it to: nasir251292@gmail.com.

arun25463 commented 3 years ago

same issue from myside as well. Only few videos download where as the other videos give the error as below " URLError : either your internet connection is not working or server aborted the request" Please fix this issue. Thank you

yashwanth099 commented 3 years ago

same problem for me also

myturf commented 3 years ago

First , thank you for awesome utility , Sent my cookies file to nasir251292@gmail.com

philkellner commented 3 years ago

It looks like an API update, instead of using the key from videosources from the coursesOverview query, update the query to include signedUrl and download using that

myturf commented 3 years ago

Can you point out the relevant code please ?