mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-11-05 17:15:13 +00:00
_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.
18 KiB
18 KiB