Jayapraveen / ITPro.Tv-Courses-downloader

Python Script to generate downloadable links for courses from ITPro.tv site
GNU General Public License v3.0
41 stars 11 forks source link

No more "passedToken" available in developer tools? #24

Open Philomorph opened 2 years ago

Philomorph commented 2 years ago

I don't know if they changed something since this was last updated, but I cannot find a passedToken value or anything starting with "eyJ" anywhere in the code now.

I've never used this tool before, so maybe I'm doing it wrong, but I open up the network tab, log into the site, and go to the dashboard - no luck. I've tried Chrome and Edge both with the same result.

Could it be because I don't have a paid account, but just a free one? I can watch any free videos they have, but that's it.

Philomorph commented 2 years ago

Also, if I try running the script just to see what happens, I get this error:

  File "D:\ITPro.Tv-Courses-downloader-master\itprotv.py", line 12, in <module>
    import requests,json,os,shutil,re
ModuleNotFoundError: No module named 'requests'
charon2520 commented 2 years ago

Also, if I try running the script just to see what happens, I get this error:

  File "D:\ITPro.Tv-Courses-downloader-master\itprotv.py", line 12, in <module>
    import requests,json,os,shutil,re
ModuleNotFoundError: No module named 'requests'

I am facing the same issue

charon2520 commented 2 years ago

You have to go to Network Tab>Press Ctrl+R to refresh the page then you will be able to see the document named "dashboard"> Then you have to press Ctrl + F and enter "passedToken" in the Find Tab and it will take you there. image