Files
youtube-dl/youtube_dl/extractor
Itay Brandes 87a28127d2 _search_regex's "isatty" call fails with Py2exe's
_search_regex calls the sys.stderr.isatty() function for unix systems.

Py2exe uses a custom Stderr() stream which doesn't have an `isatty()`
function, leading to it's crash.

Fixes easily with checking that it's a unix system first.
2013-12-16 21:50:26 +01:00
..
2013-12-16 21:42:41 +01:00
2013-12-16 13:56:30 +01:00
2013-12-09 20:05:10 +01:00
2013-12-16 03:53:43 +01:00
2013-12-12 13:05:38 +01:00
2013-12-13 17:04:40 +01:00
2013-12-06 20:26:55 +01:00
2013-12-16 08:16:11 +01:00
2013-12-09 04:53:23 +01:00
2013-12-16 08:16:38 +01:00
2013-12-05 18:29:07 +01:00
2013-12-16 05:10:42 +01:00
2013-12-11 09:22:08 +01:00
2013-12-09 04:53:23 +01:00
2013-12-05 14:31:54 +01:00
2013-12-16 14:42:07 +01:00
2013-12-09 04:53:23 +01:00
2013-12-06 09:15:04 +01:00
2013-12-05 14:31:54 +01:00