Anon-Exploiter / ine-dl

Python script to download INE courses including labs, exercises, quizzes, slides, and, videos!
MIT License
17 stars 8 forks source link

Sec plus part missing #15

Closed ironic833 closed 4 months ago

ironic833 commented 7 months ago

So I was attempting to download the sec+ content to my local machine and upon pulling the course list I can only see domains 1 and 2 not domains 3-5 for the sec+. If I modify the API endpoint accessed to https://content-api.rmotr.com/api/v1/courses?page_size=none I can see it by using CTRL+F and typing domain 4. I replaced the endpoint in the code but the amount it sees is still the same, 901 exactly. Am I missing something obvious here?

Anon-Exploiter commented 4 months ago

It could be because you don't have subscription to access the other Sec+ domains. The API endpoint you shared actually lists down all the courses, there's another API call which then filters courses accessible to your subscription.

Anon-Exploiter commented 4 months ago

Let me know in case you can access the courses within the web application, if yes, feel free to re-open the issue.