Puyodead1 / udemy-downloader

A Udemy downloader that can download courses, with DRM support.
MIT License
1.31k stars 307 forks source link

filenotfound error for keyfile.name #14

Closed MuleTrail closed 3 years ago

MuleTrail commented 3 years ago

filenotfound error for keyfile.json

C:\Users\username\Downloads\udemy-downloader-master>py main.py Traceback (most recent call last): File "C:\Users\username\Downloads\udemy-downloader-master\main.py", line 36, in with open(keyfile_path, 'r') as keyfile: FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\username\Downloads\udemy-downloader-master\keyfile.json'

Puyodead1 commented 3 years ago

you need to rename the keyfile.example.json to keyfile.json

MuleTrail commented 3 years ago

I have already renamed it. check the path I provided.

MuleTrail commented 3 years ago

Bro, also want to know.. How can I get the key. I researched alot but couldn't find it. It would be a great help.

Puyodead1 commented 3 years ago

I have already renamed it. check the path I provided.

The error is saying that it can't find the file

Puyodead1 commented 3 years ago

Bro, also want to know.. How can I get the key. I researched alot but couldn't find it. It would be a great help.

Please see #10

MuleTrail commented 3 years ago

Thanks for your reply I check that post and installed it. But it isn't working on chrome ver. I use. Can you put some idea without naming the tool. I also tried using older v, but still no luck

Puyodead1 commented 3 years ago

Thanks for your reply I check that post and installed it. But it isn't working on chrome ver. I use. Can you put some idea without naming the tool. I also tried using older v, but still no luck

You have to either use an old chrome version and stop it from updating or manually override the Widevine CDM files: https://github.com/WHTJEON/widevine_CDMPatch

MuleTrail commented 3 years ago

Thanks man!! .. it worked like charm.