linkedin-learning-downloader
linkedin-learning-downloader copied to clipboard
modified timeout to 60 mins for download_file function to avoid unintended timeout before the completion of file download
timeout variable created (timeout=aiohttp.ClientTimeout(total=60*60)) used in session.get(...timeout=timeout)
timeout is too long imho, why is that happening? degraded connectivity?