- Download the python script.
- Login to the ITPro.tv site on a web browser after opening the network tab on the developer tools
- Click dashboard and search for "passedToken" and copy the token starting with "eyJ" completely to clipboard
- Open the itProDownloaderConfig.json in an text editor of your choice.
- paste the token by replacing the "eyJxxxx.eyJxxxxx0" in token string
- Run the script using python. eg. python3 itprotv.py
- It should list all the Categories in the site.
- Enter the number corresponding to the title.
- Wait till the script finishes downloading.
1.To get the download links instead of downloading the videos, change the method in the config file to "list". "download_links.txt" file on the same directory where the script is located will appear having the download links of all the videos files. Use any downloading softwares such as IDM/Aria2 to download the videos files. 2. To Get Aria2c compatible url list set the method to "aria2c"
- Intended for Educational purposes only.