paljsingh / impartus-downloader

Download Impartus lectures, convert to mkv for offline viewing.
GNU General Public License v3.0
23 stars 8 forks source link

[Bug]: Impartus api responds with 'Too many Requests' when fetching online content. #93

Closed paljsingh closed 3 years ago

paljsingh commented 3 years ago

A better strategy would be to limit the number of requests per second originated by the application, and maintain a queue to hold and process the requests. Also, the table content should be loaded with whatever data is available than to accumulate all lectures data first.

paljsingh commented 3 years ago

Added fix for populating table as the records are getting fetched. While not the optimal solution to fix throttling issue, the table insertion and update introduces enough delay to slow down the number of requests sent to impartus platform.

paljsingh commented 3 years ago

Fixed with 44b9d41a1a5e70649bec8cd51c8c92433bba5745