Udemy-dl: Trying to login gives 403 forbidden error.

Created on 13 Jun 2020  路  2Comments  路  Source: r0oth3x49/udemy-dl

when trying to download a tutorial with its url

python udemy-dl.py https://...

it asks for username,password then returns error

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

Most helpful comment

open udemy website on your browser login -> open developer console -> application tab -> cookies -> find access_token and copy value.

create a file for example accesstoken.txt and save text

access_token=accesstokenvaluehere

now run command

python udemy-dl.py udemyurl -k accesstoken.txt

All 2 comments

open udemy website on your browser login -> open developer console -> application tab -> cookies -> find access_token and copy value.

create a file for example accesstoken.txt and save text

access_token=accesstokenvaluehere

now run command

python udemy-dl.py udemyurl -k accesstoken.txt

open udemy website on your browser login -> open developer console -> application tab -> cookies -> find access_token and copy value.

create a file for example accesstoken.txt and save text

access_token=accesstokenvaluehere

now run command

python udemy-dl.py udemyurl -k accesstoken.txt

glad to know that you solve the issue. though in error message it also says use the cookie based method instead.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

thedtech picture thedtech  路  7Comments

mumi picture mumi  路  10Comments

abr4xas picture abr4xas  路  7Comments

badjano picture badjano  路  6Comments

serhattsnmz picture serhattsnmz  路  3Comments