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]: Difference seen in the number of videos available online on Mac vs Linux #92

Closed paljsingh closed 3 years ago

paljsingh commented 3 years ago

Need to investigate the issue, on Mac I see more number of videos available compared to the count seen on Linux.

paljsingh commented 3 years ago

On further investigation, this turned out to be due to impartus site throttling the requests and returning 4xx response with 'too many requests' error. Closing this issue and opening another one to track design change related to sending requests lazily instead of all at once.

paljsingh commented 3 years ago

Tracking this in #93