[downloader/external] Fix download finalization when writing file to stdout (closes...
authorJohn Hawkinson <jhawk@mit.edu>
Sat, 8 Oct 2016 13:27:24 +0000 (09:27 -0400)
committerSergey M․ <dstftw@gmail.com>
Sat, 24 Mar 2018 09:34:55 +0000 (16:34 +0700)
An OSError or IOError generally indicates something a little more
wrong than a "simple" UnavailableVideoError, so print the actual
traceback that leads to the exception. Otherwise meaningful postmortem
debugging a bug report is essentially infeasible.


No differences found