unable to find file 'file_containing_cookie.txt'.
asish6600 opened this issue · 3 comments
unable to find file 'file_containing_cookie.txt'.
'file_containing_cookie.txt' is any txt file with auth0_token cookie. To get this cookie, you need to:
- Be logged in
- Open any course
- Start this course
- Inspect the page (right-click on any free space, choose "Inspect")
- In the opened menu, navigate to "Application"
- In the "Storage" section go-to cookies, filter out auth0_token
- Copy the "Value" section of it
- Create an empty txt file(for simplicity it may be created in the same folder as acloud-dl.py)
- Paste in the file auth0_token=Value
- Save it
- Profit!
file_containing_cookie.txt example:
auth0_token=eyJhblRfqijbjbDEYvxZrznFChblRfqijbjbDEhblRfqijbjbDEhblRfqijbjbDEhblRfqijbjbDEhblRfqijbjbDEhblRfqijbjbDEhblRfqijbjbDEhblRfqijbjbDEhblRfqijbjbDEhblRfqijbjbDEhblRfqijbjbDEhblRfqijbjbDEhblRfqijbjbDEhblRfqijbjbDEhblRfqijbjbDE
Hope I could help.
'file_containing_cookie.txt' is any txt file with auth0_token cookie. To get this cookie, you need to:
- Be logged in
- Open any course
- Start this course
- Inspect the page (right-click on any free space, choose "Inspect")
- In the opened menu, navigate to "Application"
- In the "Storage" section go-to cookies, filter out auth0_token
- Copy the "Value" section of it
- Create an empty txt file(for simplicity it may be created in the same folder as acloud-dl.py)
- Paste in the file auth0_token=Value
- Save it
- Profit!
file_containing_cookie.txt example:
auth0_token=eyJhblRfqijbjbDEYvxZrznFChblRfqijbjbDEhblRfqijbjbDEhblRfqijbjbDEhblRfqijbjbDEhblRfqijbjbDEhblRfqijbjbDEhblRfqijbjbDEhblRfqijbjbDEhblRfqijbjbDEhblRfqijbjbDEhblRfqijbjbDEhblRfqijbjbDEhblRfqijbjbDEhblRfqijbjbDEhblRfqijbjbDE
Hope I could help.
Thanks, this is very detailed than Readme