learningequality / ka-lite

KA Lite: lightweight web server for serving core Khan Academy content (videos and exercises) without needing internet connectivity
https://learningequality.org/ka-lite/
Other
456 stars 306 forks source link

Video download robustness improvements #5538

Closed benjaoming closed 6 years ago

benjaoming commented 6 years ago

Summary

We have had sporadic missing thumbnails, which is explained in case there is a false positive URLNotFound because of connection errors fetching videos or thumbnails would trigger youtube-dl.

The following content has been found as an .mp4 file:

<html>
<head><title>502 Bad Gateway</title></head>
<body bgcolor="white">
<center><h1>502 Bad Gateway</h1></center>
<hr><center>nginx/1.4.6 (Ubuntu)</center>
</body>
</html>
benjaoming commented 6 years ago

Fixed in #5545!