r0oth3x49 / udemy-dl

A cross-platform python based utility to download courses from udemy for personal offline use.
MIT License
4.85k stars 1.19k forks source link

Udemy Says : 403 Forbidden You should use cookie base method to authenticate or try again in few minutes ... #395

Closed vipksmosar closed 5 years ago

vipksmosar commented 5 years ago

Hello, downloaded today the last repository udemy-dl and when I try to download got an error: "Udemy Says : 403 Forbidden You should use cookie base method to authenticate or try again in few minutes ..." Tried on 2 and 3 versions of python, the result is identical. Please tell me how I can solve this problem? error

01ttouch commented 5 years ago

You can follow this guide to login https://github.com/r0oth3x49/udemy-dl#how-to-login-with-cookie

vipksmosar commented 5 years ago

Thanks - it worked!

Rigel772 commented 4 years ago

Hello there, I am following the guide and still getting same error... [*] : Trying to login using cookies ... [+] : Logged in successfully. [-] : Udemy Says : 403 Forbidden You should use cookie base method to authenticate or try again in few minutes ...

itssreenath commented 4 years ago

https://github.com/r0oth3x49/udemy-dl/issues/389 This helped me to resolve the issue.

kumarnipun commented 4 years ago

How to use cookie base method to authenticate

On Fri, 17 Jul 2020 at 10:57 PM, itssreenath notifications@github.com wrote:

389 https://github.com/r0oth3x49/udemy-dl/issues/389

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/r0oth3x49/udemy-dl/issues/395#issuecomment-660240899, or unsubscribe https://github.com/notifications/unsubscribe-auth/AF33XP7LPPXH2P25ARHNXHTR4CCZBANCNFSM4HNI6OYQ .

itssreenath commented 4 years ago
  1. Create cookies.txt file in udemy downloader folder.
  2. Copy access token and paste in cookies.txt file as mentioned in url https://github.com/r0oth3x49/udemy-dl/issues/389
  3. Run using the below command in anaconda prompt python udemy-dl.py -u email-id -p password course-url -k cookies.txt