Macoy Madson
Macoy Madson
If the user's browser loses connection during a download, this exception will spam until the socket is made active. ``` Traceback (most recent call last): File "/usr/local/lib/python3.5/dist-packages/tornado/gen.py", line 1141, in...
These are a custom format consisting of a zip file of jpgs and a blob of json with timing information. As such, to support these, I'll need to modify both...
Create a progress bar so users get an idea how long they will have to wait. Integrate Youtube-DL download progress as sub-progress bars?
It is ridiculously slow to import e.g. 2,000 Unsupported Submissions from JSON to the DB. Write some SQL to batch find the IDs, then batch add those or something.
They are currently explicitly disabled due to Youtube-DL getting confused by a single video in a playlist links.
There is an error output by youtube-dl if the machine doesn't have ffmpeg or avconv installed. Handle this gracefully. Also, require ffmpeg in dependencies (packaging?) Relates to #61