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

[Code Change] - Fetching title of videos instead of numbers as name #11

Closed Anon-Exploiter closed 8 months ago

Anon-Exploiter commented 8 months ago

The mobile application does an API call for all the videos containing all their IDs in just one parameter separated by commas and that API call in return, returns the file names of the videos as they appear in app.

Currently, the file names through the script are being saved as:

01 - 01.mp4
01 - 02.mp4

While in the app it is previewed as:

01 - File stuff.mp4
01 - Data management.mp4

Fetching of titles would be a good thing to identify videos later on. Not a blocker atm but should be implemented as it enhances the downloader's learning experience.

image