You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
youtube-dl/youtube_dl
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.
11 years ago
..
extractor _search_regex's "isatty" call fails with Py2exe's 11 years ago
FileDownloader.py Merge remote-tracking branch 'dstftw/smotri.com-broadcast' 11 years ago
InfoExtractors.py Remove mentions of old InfoExtractors module 11 years ago
PostProcessor.py FFmpegMetadataPP: don't enclose the values with " (fixes #1756) 11 years ago
YoutubeDL.py Incorrect variable is used to check whether thumbnail exists 11 years ago
__init__.py Simplify --playlist-start / --playlist-end interface 11 years ago
__main__.py Resolve the symlink if __main__.py is invoke as a symlink. 11 years ago
aes.py Let aes_decrypt_text return bytes instead of unicode 11 years ago
update.py [update] fix error 11 years ago
utils.py Fix execution under Python 3 11 years ago
version.py release 2013.12.16.6 11 years ago