Giter VIP home page Giter VIP logo

Comments (6)

01ttouch avatar 01ttouch commented on July 18, 2024 2

firefox-logo Simple 5 steps login with cookie for Firefox users

  1. Make sure you already logged in and make sure you visit: https://learn.acloud.guru . Right click anywhere on the acloud website and choose Inspect Element or you can press shortcut button F12

firefox1

  1. Choose Storage tab, then choose Cookies -> https://learn.acloud.guru on the left.

On the right, type into filter: auth0_token, double click and copy the value inside Value box.

firefox2

  1. Create a text (.txt) file inside your acloud-dl folder, name it whatever you want.

firefox3

  1. Open the text (.txt) file you just created. Add the line below to it, replace yourAuthToken with the value in Step 2 and save the file.

auth0_token=yourAuthToken

firefox4

  1. Use the command below to login and download with cookie. Replace cookie.txt with the name of file you created in Step 3

python acloud-dl.py -c cookie.txt

firefox5

from acloud-dl.

01ttouch avatar 01ttouch commented on July 18, 2024 1

chrome-logo Simple 5 steps login with cookie for Chrome users

  1. Make sure you already logged in and make sure you visit: https://learn.acloud.guru . Right click anywhere on the acloud website and choose Inspect or you can press shortcut button F12

chrome1

  1. Choose Application tab, then choose Cookies -> https://learn.acloud.guru on the left.

On the right, type into filter: auth0_token, double click and copy the value inside Value box.

chrome2

  1. Create a text (.txt) file inside your acloud-dl folder, name it whatever you want.

chrome3

  1. Open the text (.txt) file you just created. Add the line below to it, replace yourAuthToken with the value in Step 2 and save the file.

auth0_token=yourAuthToken

chrome4

  1. Use the command below to login and download with cookie. Replace cookie.txt with the name of file you created in Step 3

python acloud-dl.py -c cookie.txt

chrome5

from acloud-dl.

yacinelazaar avatar yacinelazaar commented on July 18, 2024

I second this

from acloud-dl.

01ttouch avatar 01ttouch commented on July 18, 2024

You guys need to wait the author @r0oth3x49 merge the pull request i made before you can follow the guide above

Or you can download my fork and follow the guide above : https://github.com/01ttouch/acloud-dl/archive/login-problem-with-cookie.zip

from acloud-dl.

r0oth3x49 avatar r0oth3x49 commented on July 18, 2024

I have tried all the steps in the readme to export the request headers from Firefox and save to a cookies.txt file however I keep getting this error:
[-] : Authorization error : it seems your authorization token is expired.
[i] : Login again & copy Request headers for a single request to file..

I have tried exporting the request headers from learn.acloud.guru which then spits out the error message immediately. If I try the request headers from split.io the script seems to pause for a bit and then eventually spits out the same error.

Am I doing something wrong?

Steps

  • Right click any where once you are logged in to your account.
  • Click on Inspect Element
  • Then Click on Network Tab
  • Click on Courses in the Menu Bar
  • Check a successfull POST request going to https://prod-api.acloud.guru/bff/graphql/protected
  • Right click and copy the requests Headers.
  • Done

from acloud-dl.

rasikbapotra avatar rasikbapotra commented on July 18, 2024

I am not able to download video course. Attached is the screenshot. Earlier it was working.
image

from acloud-dl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.