r0oth3x49/acloud-dl

unable to find file 'file_containing_cookie.txt'.

Closed 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:

  1. Be logged in
  2. Open any course
  3. Start this course
  4. Inspect the page (right-click on any free space, choose "Inspect")
  5. In the opened menu, navigate to "Application"
  6. In the "Storage" section go-to cookies, filter out auth0_token
  7. Copy the "Value" section of it
  8. Create an empty txt file(for simplicity it may be created in the same folder as acloud-dl.py)
  9. Paste in the file auth0_token=Value
  10. Save it
  11. 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:

  1. Be logged in
  2. Open any course
  3. Start this course
  4. Inspect the page (right-click on any free space, choose "Inspect")
  5. In the opened menu, navigate to "Application"
  6. In the "Storage" section go-to cookies, filter out auth0_token
  7. Copy the "Value" section of it
  8. Create an empty txt file(for simplicity it may be created in the same folder as acloud-dl.py)
  9. Paste in the file auth0_token=Value
  10. Save it
  11. Profit!

file_containing_cookie.txt example: auth0_token=eyJhblRfqijbjbDEYvxZrznFChblRfqijbjbDEhblRfqijbjbDEhblRfqijbjbDEhblRfqijbjbDEhblRfqijbjbDEhblRfqijbjbDEhblRfqijbjbDEhblRfqijbjbDEhblRfqijbjbDEhblRfqijbjbDEhblRfqijbjbDEhblRfqijbjbDEhblRfqijbjbDEhblRfqijbjbDEhblRfqijbjbDE

Hope I could help.

Thanks, this is very detailed than Readme

@EROR4IK thanks for explaining it.